v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBAccount
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.
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"
}