Retrieve a sending domain

Retrieves the details of an existing sending domain.

GET/v3/sending-domains/{id}
JWT
sendingDomain:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the sending domain.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "domain": "string",
  "dkimHost": "string",
  "dkimTextValue": "string",
  "dkimVerified": true,
  "returnPathDomain": "string",
  "returnPathDomainCnameValue": "string",
  "returnPathDomainVerified": true,
  "allowedFromEmails": [
    {
      "email": "string",
      "verified": true
    }
  ]
}