cURL
curl --request GET \ --url https://api.dojah.io/api/v1/messaging/otp/validate \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "valid": true } }
An end point that allows you to validate OTP
Show properties