OTP
Verify an OTP
Verify a previously sent one-time password..
POST
/
otp
/
verify
Authorizations
Authorization
string
headerrequiredAuthentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN
. Bearer
is allowed.
Body
application/json
otp_id
string
requiredID of the OTP
otp
required
OTP to verify
Response
200 - application/json
message
string
verified
boolean