kernel-ops

Create a password-protected share link for an item or collection.

post/v1/op/share.link.create

Headers

x-api-keystring nullable

Request body

target_type'item' | 'collection' required
target_idstring required
permission'view' | 'download'
passwordstring required

Plaintext password (will be bcrypt-hashed)

expires_atstring date-time required

Response

Successful Response

idstring required
tokenstring required
target_typestring required
target_idstring required
permissionstring required
organization_idstring required
project_idstring required
expires_atstring date-time required
revoked_atstring date-time nullable
access_countinteger
last_accessed_atstring date-time nullable
created_bystring nullable
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.