🚀 Card Payment is live! Learn more
cURL
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" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
All Agents - Successful
The response is of type object.
object