Site share links
Control how you share docs externally by managing share links for a site.
Attributes
objectstring · enumRequiredPossible values:
Type of Object, always equals to "share-link"
idstringRequired
Unique identifier for the share-link
createdAtstring · date-timeRequired
namestring · max: 50Optional
Name of the share link
activebooleanOptional
The ShareLink object
{
"object": "share-link",
"id": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"name": "text",
"active": true,
"urls": {
"published": "https://example.com"
}
}Last updated
Was this helpful?