v50

latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KB
Account

Retrieve the account

Retrieves the account associated with the API key.

get/account

Headers

Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required

Defines the response type.

x-api-languagestring[]

Defines the languages included in the response. If non are provided, the account default language is returned.

Value all overrides any other values present.

You can request multiple languages using a comma-separated string of languages.

The selected language must be supported by your account or a 400 error is returned.

Response

Account retrieved.

createdstring date-time

Time the account was created.

domainsstring[]

Hostnames associated with the account.

Includes the primary public domain and any staging or local mirrors configured for the account.

global_idstring uuid

Globally unique identifier for the account.

Stable across slug changes and consistent across the platform.

namestring

Display name of the account.

productstring

Subscription plan tier the account is on.

Resolved from the underlying plan code, for example Premium.

regionstring

Deployment region the account is hosted in.

Two-letter region code, for example au or eu.

slugstring

Short URL-safe identifier for the account.

timezonestring

Timezone the account uses for date calculations.

Returned as a concatenated IANA identifier without the slash separator, for example EuropeLondon.

updatedstring date-time

Time the account record was last updated.

Example response

{
  "created": "2025-01-15T09:00:00Z",
  "domains": [
    "awards.example.com"
  ],
  "global_id": "6a0c6f70-1b9e-4d63-9c2a-2f8c5d0a1c34",
  "languages": [
    {
      "code": "en_GB"
    },
    {
      "code": "en_US"
    }
  ],
  "name": "Example",
  "owner": {
    "slug": "AbCdEfGh",
    "link": "https://api.au.cr4ce.com/user/AbCdEfGh",
    "name": "Jane Doe",
    "first_name": "Jane",
    "last_name": "Doe"
  },
  "product": "payment-subscriptions.form.plan-premium.label",
  "region": "au",
  "slug": "WxYzAbCd",
  "timezone": "EuropeLondon",
  "updated": "2025-06-20T14:30:00Z"
}
All 78 operations