cURL
curl --request GET \ --url https://app.fluently.at/api/developers/v1/agents \ --header 'Authorization: Bearer <token>'
{ "agents": [ { "id": "<string>", "name": "<string>", "company": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all agents for the authenticated company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of agents
Anzeigen untergeordnete attribute