DomainListResponse
data object[]required
Unique domain identifier.
Fully qualified domain name.
notifications.example.comDomain verification status.
Possible values: [unverified, verifying, active]
Sending infrastructure region.
eu-west-1open_tracking object
click_tracking object
When DNS records were last checked.
dns_records object[]required
DNS records that need to be configured for this domain.
DNS record type.
Possible values: [TXT, MX]
Full hostname to set this record on.
send._domainkey.notifications.example.comExpected DNS record value.
v=DKIM1; k=rsa; p=MIIBIj...Verification status of this record.
Possible values: [unverified, verifying, active, failed]
MX record priority. Only present for MX records.
10Whether this record is for sending (SPF, DKIM, DMARC) or receiving (MX).
Possible values: [sending, receiving]
Semantic kind of the record (so clients can label rows without parsing values).
Possible values: [spf, dkim, dmarc, mx_inbound]
Human-readable explanation of the most recent verification failure. Empty when verified.
Whether this record must be verified for the domain to become active.
Whether there are more items available after this page.
Cursor to use as starting_after for the next page.
{
"data": [
{
"id": "d_abc123",
"name": "notifications.example.com",
"status": "unverified",
"region": "eu-west-1",
"open_tracking": {
"marketing": true,
"transactional": false
},
"click_tracking": {
"marketing": true,
"transactional": false
},
"created_at": "2026-04-21T10:00:00Z",
"updated_at": "2026-04-21T10:00:00Z",
"dns_records": [
{
"type": "TXT",
"host": "default.notifications",
"value": "v=spf1 include:send.epostix.com ~all",
"status": "unverified",
"purpose": "sending",
"required": true
},
{
"type": "TXT",
"host": "send._domainkey.notifications",
"value": "v=DKIM1; k=rsa; p=MIIBIjANBgkqhki...",
"status": "unverified",
"purpose": "sending",
"required": true
},
{
"type": "TXT",
"host": "_dmarc.notifications",
"value": "v=DMARC1; p=none;",
"status": "unverified",
"purpose": "sending",
"required": false
},
{
"type": "MX",
"host": "default.notifications",
"value": "mxa.send.epostix.com",
"status": "unverified",
"priority": 10,
"purpose": "receiving",
"required": false
}
]
}
],
"has_more": true,
"next_cursor": "string"
}