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

Agent profile

GET
/agent/profile/me
This endpoint retrieves the agent profile information

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/agent/profile/me' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{}
Modified at 2025-06-03 04:40:52
Previous
Retrieve agent business profile
Next
Transfers list
Built with