Skip to main content
POST
Create Email Domain

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string<uuid>
required

Body

application/json

Domain to register, given directly or as a sender email address.

domain
string
required
Required string length: 3 - 255

Response

Successful Response

id
string<uuid>
required
domain
string
required
status
string
required
created_at
string<date-time>
required
records
EmailDomainRecordOut · object[]