Returns profile information, enabled features, and usage limits for the organization associated with the supplied API token.
Returns the profile, organization context, and feature limits associated with the supplied API token.Documentation Index
Fetch the complete documentation index at: https://shortpen.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
data.name and data.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 example URLs).enabled: Whether the feature is active for the current plan.limit, used, remaining: Numeric counters you can monitor to stay under plan quotas.