Skip to main content
GET
/
check-in
/
clock-in
Get Most Recent Time Entry
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"
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json
ClockInRecord · object | null

Successful Response

id
string
required
userId
string
required
startTime
string<date-time>
required
locationId
string
required
endTime
string<date-time> | null