website logo
Home
Salesforce
HubSpot
Web App
API Reference
Navigate through spaces
⌘K
CloudFiles API
Links
Folders
Attachments
Files
Docs powered by
Archbee

Create or update Link

2min
POST
Creates a new share link for a file.
AUTHENTICATION
Authorization
Bearer
Bearer
QUERY PARAMETERS
library
string
Example: sharepoint
driveId
string
Example: {{drive-id}}
BODY PARAMETERS
body
string
Example: { "name": "test link", "resource": "{{resource-id}}", "resourceType": "folder", "settings": { "isActive": true, "allowDownloading": true, "expireAt": 1728698842000, "maxViews": 1000, "requirePassword": false, "password": "", "requireEmail": false, "enableEmailVerification": false, "allowedEmails": [], "allowedDomains": [], "blockedEmails": [], "blockedDomains": [] } }
RESPONSES
200
Success response




Updated 21 Sep 2023
Did this page help you?
Docs powered by
Archbee