latestOpenAPI 3.0.2MIT2026-08-1745267541.8 KB

bdb3e0c48bf7

Project Settings

Create Project Settings

Creates initial settings for the project. Useful for enabling features like Unified Contact ID. For new projects with no existing contacts, you can enable Unified Contact ID immediately.

post/v1/projects/{project_id}/settings

Request body

Example request

{
  "contact_settings": {
    "unified_contact_id_enabled": true
  }
}

Response

A successful response.

project_idstring

The unique ID of the project.

Example response

{
  "project_id": "56bbb185-c7ea-48fb-ad97-638a0dc5eed7",
  "settings": {
    "contact_settings": {
      "unified_contact_id_enabled": true
    }
  }
}