Skip to main content
POST
/
otps
/
{reference}
/
validate
Validate an OTP
curl --request POST \
  --url https://api.flutterwave.com/v3/otps/{reference}/validate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "otp": "5880211"
}
'
{
  "status": "success",
  "message": "Otp Authenticated successfully",
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

reference
string
required
Example:

"CF-BARTER-20240318102713784653"

Body

application/json
otp
string
required

Response

OK

status
string
required
message
string
required
data
string | null
required