Verify OTP
Verify OTP
POST
https://api.oneroute.io/api/oneotp/verify
Use this endpoint to verify that the customer entered the same OTP that was sent with the Send OTP endpoint.
Headers
Name
Type
Description
apikey
string
API key, for Authentication.
Request Body
Name
Type
Description
key
string
Verification Key, from the Send OTP request.
otp
string
OTP to verify
identifier
string
email or phone number the OTP was sent to
Verify with USSD
Webhook Payload Sample
Last updated
Was this helpful?