Domains API
Claim an existing domain
post/workspaces/{workspace_domain}/domains/claim
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
Request body
Example request
{
"name": "food.claim.net"
}Response
Example response
{
"name": "example.com",
"id": "4krmDRPw"
}