cURL
curl --request GET \ --url https://api.reqlick.com/documents/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "1110580a82031111aaa03333", "name": "example.pptx", "description": "This is an example", "file": "Example PPTX", "size": 38705381, "type": ".pptx", "createdAt": "2024-01-15:00:00.541Z", "updatedAt": "2024-01-16T10:00:00.541Z", "projectId": "1110580a82031111aaa03333", "_count": { "links": 100, "views": 700 } }
Retrieve a document for the authenticated workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Document ID
Workspace url
Get document information
The response is of type object.
object