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

Authorizations

Authorization
string
header
required

OAuth2 access token for authentication

Path Parameters

id
string
required

Collaborator ID

Response

200 - application/json

Collaborator history

data
object[]

List of history entries