Domains

List all domains

Get all sending domains with their verification status

get/domains

Response

List of domains

successtrue required

Example response

{
  "data": {
    "domains": [
      {
        "id": 123,
        "name": "example.com",
        "verified": true
      }
    ]
  },
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}

Changes