Domains API
Get a specific domain by name
get/workspaces/{workspace_domain}/domains/{id}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
idstring required
Example:4krmDRPw
The ID of the domain
Response
Example response
{
"name": "example.com",
"id": "4krmDRPw"
}