Workspace domains
Create a workspace domain
Create a workspace domain
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Select the workspace domain properties that should be returned
Available options:
role
, domain
, createdAt
, updatedAt
Body
application/json
Workspace domain to create
Domain to create
Example:
"example.com"
Role of the user to access the workspace
Available options:
owner
, editor
, collaborator
, viewer
, commenter
Example:
"owner"
ID of the workspace
Example:
"luI89ZCeEJuF"
Response
200
application/json
Workspace domain created