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
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
}
}
success)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
}
}