Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.capitalcheckin.app/v1/collaborators/{id}/documents \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "type": "<string>", "size": 123, "url": "<string>", "description": "<string>", "uploaded_at": "2023-11-07T05:31:56Z" } ] }
Retrieve documents for a specific collaborator
OAuth2 access token for authentication
Collaborator ID
Collaborator documents
List of documents
Show child attributes