---
title: "Check Verification Status"
method: GET
path: "/api/otp/status/{email}"
tags: ["otp"]
---

# Check Verification Status

`GET /api/otp/status/{email}`

Check if email has been verified.

Args:
    email: Email address to check
    purpose: Purpose of verification
    supabase: Supabase client
    
Returns:
    Verification status

## Path parameters

- `email` string, required

## Query parameters

- `purpose` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
