An end point that allows you to validate OTP
curl --request GET \ --url https://api.dojah.io/api/v1/messaging/otp/validate \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "valid": true } }
Application ID from dashboard
OTP received from user
Reference ID to identify the OTP
json
Show properties
error message
Was this page helpful?