cURL
curl --request POST \ --url https://api.contiguity.com/otp/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "otp_id": "otp_1234567890", "otp": "123456" }'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1755722229870, "api_version": "v2025.8.20", "object": "response", "data": { "verified": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Verify an OTP
The response is of type object.
object
Was this page helpful?