API Reference
cURL
curl --request GET \ --url https://api.example.com/api/agents \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "description": "<string>", "logo_url": "<string>", "status": "<string>", "created_at": "<string>" } ]
List all agents for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response