get https://api.lucid.co/documents//shares/shareLinks/
Gets information about the share link on the provided document.
This endpoint will only retrieve information about share links created by the same OAuth2.0 client
Valid Authentication Methods
OAuth 2.0 User Token Scopes:
- lucidchart.document.content.share.link:readonly
- lucidchart.document.app.picker.share.link:readonly
- lucidchart.document.app.folder
- lucidscale.document.content.share.link:readonly
- lucidscale.document.app.picker.share.link:readonly
- lucidscale.document.app.folder
- lucidspark.document.content.share.link:readonly
- lucidspark.document.app.picker.share.link:readonly
- lucidspark.document.app.folder
Responses
403Forbidden if the app making the request does not have permission to the document, or if the document has been deleted, or does not exist.
404Not Found if the share link id with the specified document id does not belong to the document, does not exist, or the requesting app did not create the share link.