Skip to main content
GET
Get Email Domains

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

Query Parameters

Search domains by name

Maximum string length: 256
page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Response

200 - application/json
id
string
required

Unique identifier for the email domain

domain
string
required

The domain name

dkim_status
enum<string>
required

DKIM verification status of an email domain

Available options:
PENDING,
VERIFIED,
FAILED
dkim_tokens
object[] | null
required

DKIM CNAME records to add to DNS

verified_at
string<date-time> | null
required

Timestamp when the domain was verified

created_at
string<date-time> | null
required

Timestamp when the domain was created

updated_at
string<date-time> | null
required

Timestamp when the domain was last updated