Skip to main content

Create a new domain

POST 

/v1/domain/add

This endpoint creates a new domain

Request

Body

required

Domain Payload

    domain stringrequired
    ips string[]
    is_tenant_domain boolean
    is_tenant_subdomain boolean
    selector string
    shared_with_subaccounts boolean

Responses

Domain added successfully

Schema

    mailer_id string
    message string

    receiving_records

    object

    property name*

    object

    key string
    type string
    value string
    verified boolean

    sending_records

    object

    property name*

    object

    key string
    type string
    value string
    verified boolean
    verified boolean
Loading...