cURL
curl --request GET \ --url https://api.decodahealth.com/check-in/clock-in/ \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "id": "<string>", "userId": "<string>", "startTime": "2023-11-07T05:31:56Z", "locationId": "<string>", "endTime": "2023-11-07T05:31:56Z" }
The tenant you are making this request on behalf of
Your api key
Successful Response