Action required: We're beginning to shutdown our old platform. Please migrate to our new platform ASAP. Instructions available in our migration guide.
cURL
curl --request GET \ --url https://api.contiguity.com/otp/reverse/verify/{otp_id} \ --header 'Authorization: Bearer <token>'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1765397289220, "api_version": "v2025.12.10", "object": "response", "data": { "otp_id": "r_otp_123456", "status": "pending", "expires_at": "2025-02-01T12:00:00.000Z" } }
otp.reverse.verified
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Reverse OTP session ID
"r_otp_123456"
Poll the status of a Reverse OTP session
"req_xxxxxxxxxxxxxxxx"
1765397289220
"v2025.12.10"
"response"
Show child attributes
Current status of the session
pending
verified
cancelled
expired
Expiration time in ISO format
"2025-02-01T12:00:00.000Z"
Was this page helpful?