Get a domain
Retrieve a single domain by ID, including its DNS records and current verification status.
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Path Parameters
The domain ID.
Response
Domain details
Unique identifier.
"550e8400-e29b-41d4-a716-446655440000"
The domain name.
"yourdomain.com"
The current verification status of the domain.
not_started, pending, verified, partially_verified, failed, temporary_failure "verified"
The AWS region where the domain is configured.
sa-east-1, us-east-2, eu-central-1 "us-east-2"
Whether open tracking is enabled.
true
Whether click tracking is enabled.
true
The TLS delivery mode.
opportunistic, enforced "opportunistic"
Whether sending is enabled for this domain.
true
The DNS records that need to be configured for this domain.
When the domain was created.
"2026-03-03 10:00:00"
When the domain was last updated.
"2026-03-03 10:00:00"

