Introspect API key context
GET/me
Returns the current API key context — organization, scopes, plan, quota usage (accounts, AI credits, storage), and 30-day post stats. Call this first when initializing an integration so you don't have to hardcode organization_id.
Responses
- 200
- 401
- 429
- 500
Current context
Missing or invalid API key
Rate limit exceeded
Response Headers
X-RateLimit-Limit
Request limit per window
X-RateLimit-Remaining
Remaining requests in current window
X-RateLimit-Reset
Unix timestamp when the window resets
Retry-After
Seconds to wait before retrying
Internal server error