Skip to content

List sending domains

projectId
required
string

Tenant project id (row-level isolation on every query).

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
json
{
"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
json
{
"error": "example",
"message": "example"
}