List sending domains
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Tenant project id (row-level isolation on every query).
Responses
Section titled “Responses”Domains list (dnsRecords parsed from JSON).
Media typeapplication/json
object
domains
Array<object>
object
id
string
projectId
string
domain
string
trackingSubdomain
string | null
status
string
spfStatus
string
dkimStatus
string
dmarcStatus
string
dnsRecords
Array<object>
object
key
additional properties
any
lastCheckedAt
string | null format: date-time
createdAt
string format: date-time
updatedAt
string format: date-time
Not authenticated (no valid session/principal).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Authenticated but lacks the required project role.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}