v1

latestOpenAPI 3.0.02026-08-067926202.5 KB
Sending Domains

Update the Sending Domain

patch/sending-domains/{domain_id}

Request body

Example request

{
  "sending_domain": {
    "name": "name"
  }
}

Response

Request success

status'success' | 'error'
messagestring

Example response

{
  "status": "success"
}