Settings
v1
Update Data Processing Settings
Enables or disables third-party data enrichment providers for the account. Disabling stops contact data enrichment via third-party providers. The change is recorded in the changelog with the acting API user's identity.
:::info Requires the accounts:write OAuth2 scope. :::
patch/v1/settings/data-processing
Query parameters
account_idstring required
The Leadfeeder Account ID. The Account ID can be retrieved using the List Accounts endpoint.
Request body
Response
Data processing settings
Example response
{
"data": {
"type": "data_processing_settings",
"id": "123456",
"attributes": {
"enabled": true,
"changelog": [
{
"enabled": true,
"changed_by_email": "jane.smith@example.com",
"changed_by_name": "Jane Smith",
"changed_at": "2026-06-01T12:00:00Z"
}
]
}
},
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}