v5

latestOpenAPI 3.0.1Apache 2.02026-08-042457556.0 MB
Domains API

Search domains availability

post/workspaces/{workspace_domain}/domains/search

Path parameters

workspace_domainstring required
Example:my-company

The human-readable ID of the workspace

Request body

domainsstring[]

Set of domain names to check availability for

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

Example response

{
  "domains": [
    {
      "name": "example.com"
    }
  ]
}