Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyperauth.dev/llms.txt

Use this file to discover all available pages before exploring further.

Returns the verification state for an identifier and channel.

Query parameters

ParameterTypeRequiredDescription
identifierstringYesEmail address or phone number
channelstringYes"email" or "sms"

Response (200)

{
  "identifier": "alice@example.com",
  "channel": "email",
  "verified": true,
  "verifiedAt": "2024-01-01T00:00:00Z"
}
verifiedAt is null when verified is false.