GET
/
account
curl --request GET \
  --url https://cookiechimp.com/api/v1/account \
  --header 'X-API-KEY: <api-key>'
{
  "domain": "example.com",
  "industry": "Technology",
  "description": "A platform for showing examples.",
  "support_email": "[email protected]",
  "ai_features": {
    "autofill": true,
    "auto_categorise": true,
    "auto_approve": false
  },
  "site_id": "abc123",
  "created_at": "2022-12-20T18:45:00Z",
  "updated_at": "2023-01-10T19:00:00Z",
  "owner_account_user_id": "accuser123"
}

Authorizations

X-API-KEY
string
headerrequired

Response

200 - application/json
domain
string
required

Domain of the account. e.g. example.com

industry
string

Industry of the account

description
string

Information about what the website does. This is used for AI features to tune it for the industry.

support_email
string
required

Support email address for the account. This is shown to users on the consent banner.

ai_features
object
site_id
string

Unique CookieChimp site identifier for the account

created_at
string

Date and time when the account was created

updated_at
string

Date and time when the account was last updated

owner_account_user_id
string

ID of the account user that owns the account