latestOpenAPI 3.0.02026-08-202629123.8 KB

351c1f004617

Domains

Create domain in workspace

Add a new custom domain to a specific workspace. You must configure a CNAME DNS record pointing to domains.linklyhq.com before adding the domain.

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

Path parameters

workspace_idstring required

The id of the Workspace

Request body

namestring required

Domain name (e.g., links.example.com)

Response

Domain

namestring nullable
workspace_idinteger nullable

Example response

{
  "name": null,
  "workspace_id": 42
}