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

namestring

The subdomain to claim under a claimable domain

on_owner_behalfboolean

Whether to claim the domain on the workspace owner's behalf

Example request

{
  "name": "food.claim.net"
}

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

namestring

The name of the domain

idstring

The ID of the domain

type'REGISTERED' | 'POINTED' | 'PRIVATE' | 'CLAIMED'

The type of the domain

pointed_viastring[]
auto_renewboolean

Whether the domain is set to auto-renew

transfer_lockboolean

Whether the domain has transfer lock enabled

dnssecboolean

Whether DNSSEC is enabled for the domain

expiry_datestring date-time

The expiration date of the domain registration

Example response

{
  "name": "example.com",
  "id": "4krmDRPw"
}

Changes

Changed in 1 of the 8 revisions of this API.2

    • the security scope DOMAIN_MANAGE was added to the endpoint's security scheme oauth2

      api-security-scope-added

    • the security scope ZONE_WRITE was removed from the endpoint's security scheme oauth2

      api-security-scope-removed