API ReferenceAgents
Get my agent profile
Get the authenticated user's agent profile.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agents/me"{ "code": "BAD_REQUEST", "description": "Bad Request"}{ "code": "UNAUTHORISED", "description": "Unauthorised"}{ "code": "WAITING_LIST", "description": "User is in the waiting list"}{ "code": "TOO_MANY_REQUESTS", "description": "Too Many Requests"}{ "code": "INTERNAL_SERVER_ERROR", "description": "Internal Server Error"}Get my agent dashboard GET
Rollup of the authenticated agent's directly assigned customers: total/active/inactive/overdue counts and a repayment rate over a configurable window.
Get customer account summaries GET
View account balances and status for a customer assigned to an agent. Available to the agent and their managers.