cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DROPBOX_LIST_FILES' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DROPBOX_LIST_FILES", "parameters": { "folder": "<string>", "paginationParameters": { "pageCursor": "<string>", "limit": 123 } } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Specify which Folder to retrieve files from. Defaults to the user’s root folder if not provided.
Pagination Parameters
Page Cursor
Limit (default 100)
Success
Was this page helpful?