Account
Get API quota status
Returns your current API quota and usage for the month.
get/status
Response
Quota status retrieved successfully
Example response
{
"quota": 1000,
"quotaUsed": 150
}Returns your current API quota and usage for the month.
Quota status retrieved successfully
{
"quota": 1000,
"quotaUsed": 150
}