# Create a new attendance event **POST /attendance-events** Create a new attendance event (check-in or check-out) in the SkyVision dashboard. ## Servers ## Authentication methods - Bearer auth ## Parameters ### Body: (object) Create a new attendance event - **external_id** (string) The unique identifier of the attendance event that was generated and stored in your system. We will store this to be able to push updates to the same attendance event if needed - **employee_id** (string) The unique employee id number/code that identifies the employee in the clients' organization - **building** (string) The unique identifier of the work location/site that is stored in your system, we will store this and map it to our site location IDs internally - **time_in** (string(date-time)) The check-in/clock-in time of the employee to the work site/location in UTC. ## Responses ### 201 Successfully created attendance event #### Body: (object) - **skyvision_id** (integer(int32)) The unique identifier of the attendance event in SkyVision. You should store this to be able to push updates to this attendance event to our system. ### 400 Invalid or missing request parameters ### 401 Invalid authentication token [Powered by Bump.sh](https://bump.sh)