Domains API
Search a single domain availability and price
get/workspaces/{workspace_domain}/domains/search/{name}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
namestring required
Example:mysite.org
The fully-qualified domain name to check availability and price for
Response
Example response
{
"name": "example.com"
}Changes
Changed in 1 of the 8 revisions of this API.2
- ○
the security scope
DOMAIN_READwas added to the endpoint's security schemeoauth2api-security-scope-added
- ○
the security scope
ZONE_READwas removed from the endpoint's security schemeoauth2api-security-scope-removed
- ○