Shared Links
Shared Links can be created to provide external users with access to files. Links can be set up securely with a password requirement as well as a time for access via the link to expire.
Get Shared Links
GET
https://api.couchdrop.io/manage/sharedlinks
Headers
token
string
API Access Token
Add Shared Link
PUT
https://api.couchdrop.io/manage/sharedlinks
Headers
token
string
API Access Token
Update Shared Link
POST
https://api.couchdrop.io/manage/sharedlinks
Headers
token
string
API Access Token
Request Body
id
string
Shared link identifier, generated by the system
expiry
string
Expiration time for shared link (epoch time ie: '1606087502')
password
string
Password to protect shared link
path
string
Path to file / folder that will be shared
Delete Shared Link
DELETE
https://api.couchdrop.io/manage/sharedlinks/<link_id>
Path Parameters
link_id
string
ID of shared link to be deleted
Headers
token
string
API Access Token
Last updated