Site share links
Control how you share docs externally by managing share links for a site.
Manage the lifecycle of share links for your published sites. This includes generating new links for external sharing and revoking or updating existing ones.
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
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
Responseall of
get
200
OK
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
shareLinkIdstringRequired
The unique id of the share link
Body
activebooleanOptional
namestring · max: 50Optional
Name of the share link
Responses
patch
200
The site share link has been updated
Was this helpful?