Quickstart
Create your first booking via the Slatis API in three steps.
1. Get your API key
Create a secret key in Settings → API Keys with at least the bookings:create and event-types:read scopes.
2. Find an event type
Response:
3. Create a booking
Response:
Next steps
- Check availability before suggesting times
- Receive webhooks when booking state changes
- Use the SDK for type-safe access from TypeScript/JavaScript