cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/orgs/{orgId}/agents \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ {} ], "total": 123, "totalPages": 123, "currentPage": 123 }
Retrieve a list of agents belonging to a specific organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agents retrieved successfully
The response is of type object.
object