PATCH
/
api
/
channel
/
accounts
/
{id}
Update Channel Account
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>",
  "data": {
    "id": "<string>",
    "channelAccountMetadata": {
      "type": "reach-managed",
      "baseDomain": "<string>",
      "dkimVerified": true,
      "verifiedReturnPath": true,
      "messageStream": "broadcast"
    }
  }
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Path Parameters

id
string
required

The id of the channel account

Body

application/json

Response

200
application/json

Status 200 response

The response is of type object.