Account

Get account details

Return the account profile, currency, API key environment, permissions, and whether project creation is enabled.

GET/account

API key permission: account:read.

Standard response headers

HeaderExampleDescription
Stepes-Request-Idb09de4aa-3874-4991-b85c-0bc86e780511

Server-generated request identifier for support and audit correlation.

Stepes-API-Version2.0.0

Effective Stepes API semantic version.

RateLimit-Policy120;w=60

Effective request limit and window for the authenticated key.

RateLimitlimit=120, remaining=119, reset=60

Current limit, remaining requests, and reset interval.

Responses

200

Account and API access details

401

Missing, malformed, expired, revoked, or disallowed API key

403

Missing API key permission or account access

{
  "object": "account",
  "id": "string",
  "name": "string",
  "environment": "live",
  "currency": "USD",
  "invoice_terms": true,
  "project_submission_enabled": true,
  "scopes": [
    "account:read"
  ]
}