get
https://api.lucid.co/folders//shares/shareLinks/
Gets information about the share link on the provided folder.
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:
- folder
403Forbidden if the app making the request does not have permission to the folder, or if the folder has been deleted, or does not exist.
404Not Found if the share link id with the specified folder id does not belong to the folder, does not exist, or the requesting app did not create the share link.