OTP Request
POST
/authentication/agent/otp/request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/authentication/agent/otp/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "tinganjeff@ubupay.ca",
"otp_type": "PIN_RESET"
}'
Response Response Example
{
"status": "success",
"message": "OTP sent successfully"
}
Request
Body Params application/json