curl -X GET "https://app.drime.cloud/api/v1/track/all?page=1" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "status": "success", "pagination": { "data": [ { "id": 487159699, "name": "proposal.pdf", "type": "pdf", "file_size": 2048576, "views_number": 15, "dl_number": 3, "views": [ { "id": 1, "ip": "192.168.1.1", "date": "2025-12-28 06:42:58", "action": "view" } ] } ], "current_page": 1, "last_page": 1, "total": 1 } }
List all files with tracking enabled
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Show Pagination properties
success