/domains/{domainId}Get a domain
Authentication
Bearer authentication is required for this operation.
Path parameters
domainIdrequiredstringDomain identifier.
Request examples
curl --request GET 'https://api.au.boundry.dev/domains/string' \
+ -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+200 response
The domain.
capabilitiesrequiredobjectDomain capabilities.
receivingrequiredstringReceiving capability. Values: "enabled", "disabled".
sendingrequiredstringSending capability. Values: "enabled", "disabled".
click_trackingrequiredbooleanWhether click tracking is enabled.
created_atrequiredstring (date-time)Timestamp when the domain was created. Example: "2026-08-14T12:00:00.000Z".
idrequiredstringDomain identifier. Example: "msg_01j0example".
namerequiredstringRegistered domain or subdomain. Example: "acme.com".
objectrequiredstringResource type discriminator. Values: "domain".
open_trackingrequiredbooleanWhether open tracking is enabled.
recordsrequiredarrayRequired DNS records.
namerequiredstringDNS record name. Example: "acme.com".
priorityintegerMX priority when applicable.
recordrequiredstringDNS record purpose. Values: "DKIM", "SPF", "MX", "Tracking".
statusrequiredstringVerification status. Values: "verified", "not_started".
ttlrequiredstringDNS time-to-live value. Example: "Auto".
typerequiredstringDNS record type. Values: "TXT", "MX", "CNAME".
valuerequiredstringDNS record value.
regionrequiredstringOwning Boundry region. Values: "ap-southeast-2".
statusrequiredstringDomain verification status. Values: "verified", "not_started".
tracking_subdomainrequiredstringTracking subdomain label. Example: "links".
{
"domainId": "dom_01j0example"
}401 response
Invalid API key.
errorsarrayDetailed validation issues. Absent only for the historical 401 API-key envelope.
coderequiredstringZod validation issue code. Example: "invalid_format".
messagerequiredstringHuman-readable validation failure. Example: "Invalid email address".
pathrequiredstringDot-separated location of the invalid value. Example: "from".
messagerequiredstringHuman-readable error message. Example: "Request validation failed.".
namerequiredstringMachine-readable error category. Values: "validation_error", "application_error", "not_found". Example: "validation_error".
{
"domainId": "dom_01j0example"
}404 response
Domain not found.
errorsarrayDetailed validation issues. Absent only for the historical 401 API-key envelope.
coderequiredstringZod validation issue code. Example: "invalid_format".
messagerequiredstringHuman-readable validation failure. Example: "Invalid email address".
pathrequiredstringDot-separated location of the invalid value. Example: "from".
messagerequiredstringHuman-readable error message. Example: "Request validation failed.".
namerequiredstringMachine-readable error category. Values: "validation_error", "application_error", "not_found". Example: "validation_error".
{
"domainId": "dom_01j0example"
}422 response
Request validation failed.
errorsarrayDetailed validation issues. Absent only for the historical 401 API-key envelope.
coderequiredstringZod validation issue code. Example: "invalid_format".
messagerequiredstringHuman-readable validation failure. Example: "Invalid email address".
pathrequiredstringDot-separated location of the invalid value. Example: "from".
messagerequiredstringHuman-readable error message. Example: "Request validation failed.".
namerequiredstringMachine-readable error category. Values: "validation_error", "application_error", "not_found". Example: "validation_error".
{
"domainId": "dom_01j0example"
}