Core
Get Authenticated User
Returns profile information, enabled features, and usage limits for the organization associated with the supplied API token.
POST
Get authenticated user context
Returns the profile, organization context, and feature limits associated with the supplied API token.
Response fields
data.nameanddata.surname— the contact name attached to the API key owner.data.email— email address of the key owner.data.enabledFeatures— a map keyed by feature slug. Each entry contains:name: Human-readable label (for exampleURLs).enabled: Whether the feature is active for the current plan.limit,used,remaining: Numeric counters you can monitor to stay under plan quotas.
Get authenticated user context