cURL
curl --request POST \ --url https://app.fluently.at/api/developers/v1/agents/{id}/usage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z" } '
{ "usage": { "id": "<string>", "usage": 123 } }
Returns the usage in minutes for an agent in a given time period.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The agent’s ID
Time period for which to fetch usage data.
Start date for the usage period (ISO 8601 format)
End date for the usage period (ISO 8601 format)
Agent usage data
Anzeigen untergeordnete attribute