Ubupay Documentation
  1. Authentication
Ubupay Documentation
  • Overview
    • Introduction
    • Getting started
  • Agent API Documentation
    • Introduction
    • Authentication
      • Agent authentication
        POST
      • OTP Request
        POST
      • OTP Verification
        POST
      • Password reset
        POST
    • Profile management
      • Create agent business profile
      • Update agent business profile
      • Retrieve agent business profile
      • Agent profile
    • Transactions
      • Transfers list
      • Transactions status amount
      • Transactions status count
      • Update transaction status
  1. Authentication

Password reset

POST
/authentication/agent/password/reset
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/authentication/agent/password/reset' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "tinganjeff@ubupay.ca",
    "password": "pass123456"
}'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
email
string 
required
password
string 
required
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
OTP Verification
Next
Create agent business profile
Built with