v2

latestOpenAPI 3.0.3Proprietary2026-07-26232599.0 KB
Account

Get API quota status

Returns your current API quota and usage for the month.

get/status

Response

Quota status retrieved successfully

quotainteger

Monthly API quota limit

quotaUsedinteger

API calls used this month

Example response

{
  "quota": 1000,
  "quotaUsed": 150
}
All 23 operations