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

parent_folder_id
string<uuid>

Response

OK