Skip to main content
POST
Create Domain

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

Body

Schema for creating a new domain

hostname
string
required

The domain string (e.g., example.com)

Required string length: 1 - 1024

Response

200 - application/json

Detailed information about an org domain

id
string
required

Unique identifier for the domain

hostname
string
required

The hostname string (e.g., example.com)

org_id
string
required

Identifier of the org that owns this domain

verified
boolean
required

Whether the domain is verified

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