GET
/
branch
/
agents
All Agents
curl --request GET \
  --url https://nini.monieswitch.com/branch/agents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": true,
  "message": "Operation is successful",
  "data": [
    {
      "id": "5231edc7-95be-4913-8102-32400fe8b45b",
      "firstName": "Janet",
      "lastName": "Richard",
      "email": "[email protected]",
      "createdAt": "2025-01-08T13:02:01.549Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
size
integer
name
string
terminalId
integer
storeId
integer

Body

application/json · object

Response

200 - application/json

All Agents - Successful

The response is of type object.