cURL
curl --request GET \ --url https://api.example.com/v1/user/usage \ --header 'authorization: <authorization>'
{ "daily_quota_limit": 123, "quota": 123, "remaining": 123 }
Returns the authenticated user’s daily API quota limit, current consumption, and remaining requests.
Successful Response
Maximum number of API requests allowed per 24-hour period.
Total number of API requests consumed in the current period.
Number of requests remaining before the limit is reached.