Skip to main content
POST
/
check-in
/
clock-in
Clock In
curl --request POST \
  --url https://api.decodahealth.com/check-in/clock-in/ \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "locationId": "<string>"
}
'
{
  "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

Body

application/json
locationId
string
required

Response

Successful Response

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