Skip to main content
GET
/
api
/
mobile
/
items
/
{targetType}
/
{id}
/
links
List share links for a file or folder
curl --request GET \
  --url https://app.paperlink.online/api/mobile/items/{targetType}/{id}/links \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Team-Id: <x-team-id>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Team-Id
string<uuid>
required

Selected team; the role is resolved live for this team.

Path Parameters

targetType
enum<string>
required
Available options:
file,
folder
id
string<uuid>
required

Response

Links