curl --request GET \
--url https://api.deepl.com/v2/admin/analytics \
--header 'Authorization: <api-key>'Retrieve usage statistics for the organization within a specified date range. Optionally group the results by API key or by API key and day.
curl --request GET \
--url https://api.deepl.com/v2/admin/analytics \
--header 'Authorization: <api-key>'Documentation Index
Fetch the complete documentation index at: https://deepl-c950b784-voice-jobs-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Start date for the usage report (ISO 8601 date format).
End date for the usage report (ISO 8601 date format).
Optional parameter to group usage statistics. Possible values:
key - Group by API keykey_and_day - Group by API key and usage datekey, key_and_day The usage statistics for the specified date range.
The response for admin usage statistics.
Contains the detailed usage statistics for the specified date range.
Show child attributes