Get account

Retrieve the authenticated account and its available sites.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieves the account and its available sites for the current API credentials.

This endpoint does not require a site_id parameter. To see feature flags and capabilities for a specific site, use Get site.

Response

{
  "data": {
    "id": 100284,
    "company": "Acme Publishing",
    "country": "US",
    "default_currency": "usd",
    "is_enterprise": true,
    "taxes_enabled": true,
    "api_core_rate_limit": 360,
    "payment_gateway": "stripe",
    "sites": [
      {
        "id": 4996,
        "name": "acme-news.com",
        "url": "https://acme-news.com"
      },
      {
        "id": 4997,
        "name": "acme-magazine.com",
        "url": "https://acme-magazine.com"
      }
    ]
  }
}
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json