cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DROPBOX_GET_FOLDER_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DROPBOX_GET_FOLDER_BY_ID", "parameters": { "path": "<string>", "includeDeleted": true, "includeHasExplicitSharedMembers": true, "includeMediaInfo": true } } '
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
Path : Specify the ID/path of the Folder to Retrieve. (example: "/home/test")
Include Deleted : The default for this field is False.
Include Has Explicit Shared Members : The default for this field is False.
Include Media Info : The default for this field is False.
Success
Was this page helpful?