Skip to main content
PATCH
/
partner
/
channel
/
integrations
/
{id}
Update Channel Integration
curl --request PATCH \
  --url https://api.embedreach.com/partner/channel/integrations/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel_integration_metadata": {
    "type": "reach-managed",
    "customDomainEnabled": true
  }
}
'
{
  "success": true,
  "message": "<string>"
}

Path Parameters

id
string
required

The ID of the channel integration to update

Body

application/json
channel_integration_metadata
object

The metadata for the channel integration

Response

Status 200 response

success
boolean
required
message
string
data
object