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
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"
}
]
}