๐Ÿ˜Agent Information

circle-exclamation

Get agent information

GET /api/v1/agent-information

This API method retrieves detailed information about an agent or integrator account. It provides key data related to the agent, enabling users to access and review important account details for management and verification purposes.

Headers

Name
Value

Content-Type

application/json

X-Authorization-Token

<token>

Response

{
  "code": 0,
  "msg": "Successful",
  "requestTime": "YYYY-MM-DD HH:mm:ss",
  "requestUuid": "<UUID v4>",
  "data": {
    ...
  }
}