v1
latestOpenAPI 3.0.32026-07-24311635.6 KBDomains
/v1/domains
Get the list of domains shared in the current workspace.
get/v1/domains
Query parameters
activeboolean
Filter branded domains depending on whether they can be used to brand short links or not
orderBystring
Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.
orderDirstring
Sorting direction to apply to your branded short links collection among desc and asc.
limitinteger
How many branded domains to load (max: 25)
laststring
The id of the last domain you fetched, see Infinite Scrolling section
Headers
workspacestring required
Which workspace id to filter shared domains by.
Response
200
Example response
[
{
"id": "ddda4cc5b6ee45d6g7897b06ac2d1ain",
"fullName": "acme.com"
}
]