Skip to main content
GET
/
api
/
mobile
/
files
List team files + subfolders at a level
curl --request GET \
  --url https://app.paperlink.online/api/mobile/files \
  --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.

Query Parameters

take
integer
default:30
Required range: 1 <= x <= 100
cursor
string
parent_folder_id
string<uuid>

Response

OK