Tool
mail_domain_get
Get a sending domain with its DNS records and per-record verification status
Get a sending domain with its DNS records and per-record verification status
Behavior
- HTTP
GET /mail/domains/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Domain id |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| tls | string | • | |
| apex | string | • | |
| mode | string | • | |
| name | string | • | |
| active | boolean | • | |
| region | string | • | |
| status | string | • | |
| records | array | • | |
| createdAt | string | • | |
| updatedAt | string | • | |
| verifiedAt | string | • | |
| instructions | array | • | |
| openTracking | boolean | • | |
| bindingStatus | string | • | |
| clickTracking | boolean | • | |
| customReturnPath | string | • | |
| trackingSubdomain | string | • | |
| governanceDomainId | string | • | |
| governanceBindingId | string | • | |
| verificationStartedAt | string | • | |
| lastVerificationCheckAt | string | • |
Try it
Get a sending domain with its DNS records and per-record verification status.