get
https://api.lucid.co/folders//shares/groups/
Get information about a group's direct collaborator access to a given folder.
- A group having access to a folder through one of the folder's ancestors will not be shown through this API.
Valid Authentication Methods
API Key Grants:
- FolderReadonly
OAuth 2.0 User Token Scopes:
- folder
- folder:readonly
403Forbidden if the token does not have access to the folder, or if the folder has been deleted or does not exist.
404Not Found when the group does not have direct collaborator access to the folder.