Skip to main content
POST
Add new domain

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Body

application/json
domain
string
required

Domain name to add

Pattern: ^(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?.)+[a-zA-Z]{2,}$
Example:

"example.com"

Response

Domain added successfully

success
boolean
Example:

true

message
string
Example:

"Domain added successfully"

domain
string

The added domain name

Example:

"example.com"

uuid
string

Unique identifier for the domain

Example:

"550e8400-e29b-41d4-a716-446655440000"

status
integer

Domain status code

Example:

0

created_date
integer

Creation timestamp

Example:

1735689600

dns
object