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