Domain
Create new domain
Create a new domain.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the workspace.
Example:
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
Query Parameters
Number of resources to skip.
Required range:
x >= 0
Number of resources to return.
Required range:
1 <= x <= 1000
Body
application/json
Domain that belongs to the workspace.
Required string length:
4 - 2000
Example:
"example.com"
Alias of the domain.
Required string length:
1 - 120
Example:
"My Company Marketing Domain"
Custom not found URL for the workspace.
Required string length:
4 - 2000
Example:
"https://example.com/not-found"
Fallback domain for the workspace.
Required string length:
4 - 2000
Example:
"fallback.com"
Response
201
application/json
Example response
ID of the newly created resource.