Settings
v1
Get Cookie Consent Settings
Returns the account's cookie consent management state.
:::info Requires the accounts:read OAuth2 scope. :::
get/v1/settings/cookie-consent
Query parameters
account_idstring required
The Leadfeeder Account ID. The Account ID can be retrieved using the List Accounts endpoint.
Response
Cookie consent settings
Example response
{
"data": {
"type": "cookie_consent_settings",
"id": "123456"
},
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}Changes
Changed in 1 of the 18 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 18 revisions, 1 has no diff computed.