curl --request GET \
--url https://api.capitalcheckin.app/v1/collaborators/{id}/status \
--header 'Authorization: Bearer <token>'{
"status": "active",
"last_check_in": "2023-11-07T05:31:56Z",
"last_check_out": "2023-11-07T05:31:56Z",
"current_location": {
"latitude": 123,
"longitude": 123,
"address": "<string>"
}
}Retrieve current status for a specific collaborator
curl --request GET \
--url https://api.capitalcheckin.app/v1/collaborators/{id}/status \
--header 'Authorization: Bearer <token>'{
"status": "active",
"last_check_in": "2023-11-07T05:31:56Z",
"last_check_out": "2023-11-07T05:31:56Z",
"current_location": {
"latitude": 123,
"longitude": 123,
"address": "<string>"
}
}OAuth2 access token for authentication
Collaborator ID
Collaborator status