Key identity and rate limit

Team id, scopes, key metadata, and the key's current rate-limit position: `rateLimit.remainingRequests` (this minute), `remainingDailyRequests`, `remainingBytes`, the global caps, and `routeClasses` with each class's per-minute / per-day budget. Check this before a scheduled sync and skip a full refresh when the day's budget is mostly spent.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
X-Api-Keystring
API Key authentication via header

Response

Current API key context
dataobjectOptional
metaobjectOptional

Errors

401
Unauthorized Error