Retrieves the current settings for the specified project, including contact management options such as Unified Contact ID.
project_id required | string The unique ID of the project. You can find this on the Sinch Dashboard. |
A successful response.
Malformed request. See common error responses for more information.
Incorrect credentials. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Something went wrong on our end, try again with exponential back-off. See common error responses for more information.
{- "project_id": "{PROJECT_ID}",
- "settings": {
- "contact_settings": {
- "unified_contact_id_enabled": true
}
}
}
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.
project_id required | string The unique ID of the project. You can find this on the Sinch Dashboard. |
The project settings to create.
object (Contact Settings) Settings related to contact management for the project. | |||
|
A successful response.
Malformed request. See common error responses for more information.
Incorrect credentials. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Something went wrong on our end, try again with exponential back-off. See common error responses for more information.
{- "contact_settings": {
- "unified_contact_id_enabled": true
}
}
{- "project_id": "{PROJECT_ID}",
- "settings": {
- "contact_settings": {
- "unified_contact_id_enabled": true
}
}
}
Updates project settings (e.g. enabling/disabling Unified Contact ID). For existing projects, you must resolve all identity conflicts before enabling Unified Contact ID.
project_id required | string The unique ID of the project. You can find this on the Sinch Dashboard. |
The project settings to update.
object (Contact Settings) Settings related to contact management for the project. | |||
|
A successful response.
Malformed request. See common error responses for more information.
Incorrect credentials. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Something went wrong on our end, try again with exponential back-off. See common error responses for more information.
{- "contact_settings": {
- "unified_contact_id_enabled": true
}
}
{- "project_id": "{PROJECT_ID}",
- "settings": {
- "contact_settings": {
- "unified_contact_id_enabled": true
}
}
}
Deletes all project-level settings for the specified project.
project_id required | string The unique ID of the project. You can find this on the Sinch Dashboard. |
A successful response.
Malformed request. See common error responses for more information.
Incorrect credentials. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Something went wrong on our end, try again with exponential back-off. See common error responses for more information.
{- "code": 400,
- "message": "Malformed request",
- "status": "INVALID_REQUEST",
- "details": [ ]
}