Get Verification Status

Retrieves the current status of a verification request. Use this endpoint to poll and determine whether the recipient has acted on the verification link, or whether the session is still pending or has expired.


Response

FieldTypeDescription
verifyIdstringThe unique ID of the verification session.
statusstringThe current status. Possible values: Pending, OtpSent, Verified, NotVerified, Failed, Expired.
completedAtdatetimeThe UTC datetime at which the verification was completed. Returns null if still pending.
metadatastringThe metadata string provided in the original request. Returns null if not provided.
Language
Response
Click Try It! to start a request and see the response here!