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,
    "awsCustomDomainInfo": {
      "awsAccountId": "<string>",
      "roleArn": "<string>",
      "hostedZoneId": "<string>",
      "baseDomain": "<string>"
    }
  }
}'
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "channel_integration_metadata": {
      "type": "reach-managed"
    }
  }
}

Path Parameters

id
string
required

The ID of the channel integration to update

Body

application/json

Response

200
application/json

Status 200 response

The response is of type object.