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}/history \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "action": "<string>", "description": "<string>", "timestamp": "2023-11-07T05:31:56Z", "user_id": "<string>" } ] }
Retrieve history for a specific collaborator
OAuth2 access token for authentication
Collaborator ID
Collaborator history
List of history entries
Show child attributes