cURL
curl --request POST \ --url https://api.decodahealth.com/check-in/clock-in/create \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "userId": "<string>", "locationId": "<string>", "startTime": "2023-11-07T05:31:56Z", "timezone": "<string>", "endTime": "2023-11-07T05:31:56Z" } '
{ "id": "<string>", "userId": "<string>", "startTime": "2023-11-07T05:31:56Z", "locationId": "<string>", "endTime": "2023-11-07T05:31:56Z" }
Create a backdated clock-in record for a provider. Requires clock_in:times:edit permission. This allows administrators to create time entries for previous days.
The tenant you are making this request on behalf of
Your api key
Schema for creating a backdated clock-in record for a provider.
Successful Response