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
}Validate OTPs in your applications
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"CF-BARTER-20240318102713784653"
Was this page helpful?