cURL
curl --request POST \ --url https://api.contiguity.co/otp/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "otp_id": "abc123xyz", "otp": "123456" }'
{ "message": "OTP Verified", "verified": true }
Verify a previously sent one-time password..
Authentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN. Bearer is allowed.
Authorization: Token YOUR_TOKEN
Bearer
OTP verification result
The response is of type object.
object
Was this page helpful?