Links
Create a new document link
Create a new link for a document for the authenticated workspace.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
ID of the document
Workspace URL
The domain under which the link will be created
Example:
"example.com"
The key to be used for the link
Example:
"unique-key-123"
Response
200
application/json
Link created successfully
The ID of the created link
Example:
"link123"
The document ID linked to the workspace
Example:
"doc123"
The ID of the workspace associated with the link
The domain for the link
Example:
"example.com"
The key for the link
Example:
"unique-key-123"