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 https://api.couchdrop.io/manage/sharedlinks

Headers

Name
Type
Description

token

string

API Access Token

PUT https://api.couchdrop.io/manage/sharedlinks

Headers

Name
Type
Description

token

string

API Access Token

POST https://api.couchdrop.io/manage/sharedlinks

Headers

Name
Type
Description

token

string

API Access Token

Request Body

Name
Type
Description

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 https://api.couchdrop.io/manage/sharedlinks/<link_id>

Path Parameters

Name
Type
Description

link_id

string

ID of shared link to be deleted

Headers

Name
Type
Description

token

string

API Access Token

{}

Last updated