Project Settings
Get Project Settings
Retrieves the current settings for the specified project, including contact management options such as Unified Contact ID.
get/v1/projects/{project_id}/settings
Response
A successful response.
Example response
{
"project_id": "56bbb185-c7ea-48fb-ad97-638a0dc5eed7",
"settings": {
"contact_settings": {
"unified_contact_id_enabled": true
}
}
}