cURL
curl --request GET \ --url https://gdeltcloud.com/api/user/usage \ --header 'Authorization: Bearer <token>'
{ "success": true, "usage": { "total_queries": 123, "queries_today": 123, "total_alerts": 123, "api_calls_today": 123 }, "limits": { "can_use_alerts": true, "max_alerts": 123, "min_alert_frequency": "<string>", "max_api_calls_per_day": 123 } }
Retrieves detailed usage statistics including query units used, alerts count, and breakdown by source
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes