cURL
curl --request PATCH \ --url https://api.embedreach.com/api/channel/accounts/{id} \ --header 'Content-Type: application/json' \ --data ' { "channelAccountMetadata": { "baseDomain": "<string>" } } '
{ "success": true, "message": "<string>" }
Update a channel account
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The id of the channel account
The metadata for the channel account
Show child attributes
Status 200 response