Skip to main content
GET
/
v1
/
collaborators
/
{id}
/
documents
Get collaborator documents
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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.capitalcheckin.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 access token for authentication

Path Parameters

id
string
required

Collaborator ID

Response

200 - application/json

Collaborator documents

data
object[]

List of documents