v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
accounts

Get the authenticated caller's account.

Returns the account the API key or session is authenticated against, including id, name, tier, and billing summary.

get/v1/accounts/me

Response

OK

idstring required

The account ID.

namestring required

The account name.

tier'ACCOUNT_TIER_INVALID' | 'ACCOUNT_TIER_BASIC' | 'ACCOUNT_TIER_PRO' | 'ACCOUNT_TIER_ENTERPRISE' | 'ACCOUNT_TIER_TRIAL' | 'UNRECOGNIZED' required
account_status'ACCOUNT_STATUS_INVALID' | 'ACCOUNT_STATUS_ONBOARDING' | 'ACCOUNT_STATUS_ENABLED' | 'ACCOUNT_STATUS_DISABLED_BY_ADMIN' | 'ACCOUNT_STATUS_DISABLED_QUOTA_REACHED' | 'ACCOUNT_STATUS_TRIAL_CANCELLED' | 'ACCOUNT_STATUS_STRIPE_PENDING_RESOURCES' | 'UNRECOGNIZED' required
created_atstring required

The account creation timestamp.

stripe_customer_idstring nullable

Deprecated: use billing.stripe.customer_id.

active_subscriptionstring nullable

Deprecated: use billing.stripe.active_subscription.

account_billing_type'STRIPE' | 'AWS_MARKETPLACE' | 'STRIPE_PROJECTS' | 'UNRECOGNIZED'
external_billing_account_idstring nullable

Deprecated: use billing.aws.customer_identifier.