cURL
curl --request GET \ --url https://nulldrop.xyz/api/v2/files \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "files": [ { "id": "<string>", "filename": "<string>", "originalName": "<string>", "size": 123, "mimeType": "<string>", "downloadUrl": "<string>", "shareUrl": "<string>", "isPublic": true, "downloadCount": 123, "uploadedAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "limit": 123 } }
Get list of uploaded files with pagination
API key authentication (format: nd_xxxxx)
Page number
Items per page
List of files
Show child attributes