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