Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Clock request data

employeeId
string<uuid>
required

The employee's unique identifier

workEntryIn
object

Entry data (coordinates)

workCheckTypeId
string<uuid> | null

Work check type ID (only applies to clock-in). Must be assigned to the employee.

workBreakId
string<uuid> | null

Work break ID for pause entries (only applies to clock-in)

withIncidence
boolean
default:false

If true and a clock-out is performed, creates an incidence of type 'closed_api'. The employee will be notified about this incidence. Useful for closing entries that were open from previous days.

Response

Clock action performed successfully

data
object

Work entry data

meta
object