Sharing
Accept Share Links
Accepts a share link for a document or folder on behalf of the authenticated user, granting them access to the shared resource.
post/v1/shareLink/{shareLinkId}/accept
Path parameters
shareLinkIdstring required
Id of the share link to retrieve information for.
Response
OK with an Accept Share Link result containing information about the accepted document or folder.
Example response
{
"invitationType": "document",
"documentId": "f6bf19b5-d109-4ef5-92b2-cdaf0de43001"
}