Check Usage

Returns your current daily API usage against your tier limits.

GEThttps://api.boringmarketing.com/auth/usage

Check how many API calls you have used today and how many remain.

Response

{
  "tier": "builder",
  "calls_today": 42,
  "daily_limit": 500,
  "calls_remaining": 458,
  "brands_used": 1,
  "brand_limit": 1,
  "content_enabled": true
}
FieldDescription
calls_todayAPI calls made since midnight UTC
daily_limitMaximum calls allowed per day for your tier
calls_remainingCalls left before hitting 402 credits_exhausted
content_enabledWhether brief/execute endpoints are available (always true on paid tiers)

Example

curl -H "X-API-Key: $BM_API_KEY" \
  https://api.boringmarketing.com/auth/usage