Query parameters
Response (200)
verifiedAt is null when verified is false.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the current OTP verification state for a given identifier and channel so clients can poll registration progress and surface accurate UI.
| Parameter | Type | Required | Description |
|---|---|---|---|
identifier | string | Yes | Email address or phone number |
channel | string | Yes | "email" or "sms" |
{
"identifier": "alice@example.com",
"channel": "email",
"verified": true,
"verifiedAt": "2024-01-01T00:00:00Z"
}
verifiedAt is null when verified is false.Was this page helpful?