Endpoint Examples
List Agents
Returns all agents that the authenticated user has access to
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of agents to return
Response
200
application/json
List of agents
The response is of type object[]
.