Skip to main content
GET

Contact Verification Guide

How the email + OTP verification flow works end-to-end
Retrieves the final outcome of a completed verification, indicating whether the contact details were successfully confirmed by the recipient.

Error Responses

Parameter Constraints

Results are only available once the verification status has transitioned to a terminal state (Verified, Failed, or Expired). Call the Get Verification Status endpoint first and only call this endpoint once the session has completed.

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Path Parameters

verificationId
string
required
The unique session ID returned in verifyId when the verification was created.

Response