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

Retrieve agent business profile

GET
/agent/business/profile/me
This endpoint returns the agent business profile information
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/agent/business/profile/me'
Response Response Example
{
    "status": "error",
    "message": "An unexpected error occurred No Profile matches the given query."
}

Request

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

Responses

🔴500Server Error
application/json
Body
status
string 
required
Default:
error
message
string 
required
Previous
Update agent business profile
Next
Agent profile
Built with