Usage

get/account/usage

Query parameters

apikeystring

Your SecurityTrails API key. See authentication documentation

Response

200

current_monthly_usageinteger
allowed_monthly_usageinteger

Example response

{
  "current_monthly_usage": 100,
  "allowed_monthly_usage": 10000
}

Changes