curl -X GET https://app.drime.cloud/api/v1/file-entries/123456/shareable-link \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "status": "success", "link": { "id": 789, "hash": "3h8N1nxZq7WtyRmXDIosFupSl9MCrD", "user_id": 15843, "entry_id": 123456, "expires_at": null, "allow_edit": false, "allow_download": true }, "folderChildren": [] }
Get the shareable link for an entry
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 Link properties
success