Skip to main content
POST
/
check-in
/
clock-in
/
clock-out
Clock Out
curl --request POST \
  --url https://api.decodahealth.com/check-in/clock-in/clock-out \
  --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

Successful Response

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