# Attendu API Docs ## Docs - [Get an event by ID](https://docs.attendu.com/api-docs/events/get-event.md): Retrieves detailed event information including settings and configuration. - [List all events](https://docs.attendu.com/api-docs/events/list-events.md): Retrieves accessible events with optional time-based filtering. - [Check in a guest](https://docs.attendu.com/api-docs/guests/check-in.md): Records guest attendance by checking them in to the event or specific zone. - [Remove guest check-in](https://docs.attendu.com/api-docs/guests/check-in-remove.md): Removes guest attendance record from the event or specific zone. - [Create a new guest](https://docs.attendu.com/api-docs/guests/create-guest.md): Creates a new guest with personal information and custom properties. - [Get a guest by ID](https://docs.attendu.com/api-docs/guests/get-guest.md): Retrieves detailed guest information including status and custom properties. - [List all guests](https://docs.attendu.com/api-docs/guests/list-guests.md): Retrieves a paginated list of guests with filtering, sorting, and search capabilities. - [Register a guest](https://docs.attendu.com/api-docs/guests/register-guest.md): Registers a new guest or confirms an existing guest through a public form submission. - [Update a guest](https://docs.attendu.com/api-docs/guests/update-guest.md): Updates guest information with partial modifications. - [Introduction](https://docs.attendu.com/introduction.md) ## OpenAPI Specs - [openapi](https://docs.attendu.com/openapi.json) ## Optional - [Knowledge Base](https://bit.ly/attendu-en-kb)