latestOpenAPI 3.0.02026-08-202629123.8 KB

351c1f004617

Domains

List domains

Get all custom domains configured for a workspace. These domains can be used when creating short links.

get/api/v1/workspace/{workspace_id}/domains

Path parameters

workspace_idstring required

The id of the Workspace

Response

Domain

Example response

{
  "domains": [
    {
      "name": "go.yourcompany.com"
    },
    {
      "name": "links.example.com"
    }
  ]
}