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 · enumrequiredAvailable options:
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
urlsobjectrequired
URLs associated with the object
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
application/json
cURL
JavaScript
Python
HTTP
200
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
application/json
cURL
JavaScript
Python
HTTP
200
Was this helpful?