# Skaala API ## Docs - [POST /v1/bookings](https://docs.skaala.ai/api-reference/bookings/create-bookings.md): POST /v1/bookings - [POST /v1/bookings/{id}/cancel](https://docs.skaala.ai/api-reference/bookings/create-bookings-by-id-cancel.md): Transform booking to API response format (snake_case) - [GET /v1/bookings/{id}](https://docs.skaala.ai/api-reference/bookings/get-bookings-by-id.md): Transform booking to API response format (snake_case) - [GET /v1/bookings](https://docs.skaala.ai/api-reference/bookings/list-bookings.md): GET /v1/bookings - [PUT /v1/bookings/{id}](https://docs.skaala.ai/api-reference/bookings/update-bookings-by-id.md): Transform booking to API response format (snake_case) - [GET /v1/calls/{id}](https://docs.skaala.ai/api-reference/calls/get-calls-by-id.md): Transform call to detailed API response format (snake_case) - [GET /v1/calls](https://docs.skaala.ai/api-reference/calls/list-calls.md): Transform call to API response format (snake_case) - [POST /v1/contacts](https://docs.skaala.ai/api-reference/contacts/create-contacts.md): Transform contact to API response format (snake_case) - [GET /v1/contacts/{id}](https://docs.skaala.ai/api-reference/contacts/get-contacts-by-id.md): Transform contact to API response format (snake_case) - [GET /v1/contacts](https://docs.skaala.ai/api-reference/contacts/list-contacts.md): Transform contact to API response format (snake_case) - [PUT /v1/contacts/{id}](https://docs.skaala.ai/api-reference/contacts/update-contacts-by-id.md): Transform contact to API response format (snake_case) - [GET /v1/services](https://docs.skaala.ai/api-reference/services/list-services.md): Transform service to API response format (snake_case) - [POST /v1/webhooks](https://docs.skaala.ai/api-reference/webhooks/create-webhooks.md): GET /api/v1/webhooks List webhook subscriptions for the team - [DELETE /v1/webhooks/{webhookId}](https://docs.skaala.ai/api-reference/webhooks/delete-webhooks-by-id.md): GET /api/v1/webhooks/[webhookId] Get a single webhook subscription - [GET /v1/webhooks/{webhookId}](https://docs.skaala.ai/api-reference/webhooks/get-webhooks-by-id.md): GET /api/v1/webhooks/[webhookId] Get a single webhook subscription - [GET /v1/webhooks](https://docs.skaala.ai/api-reference/webhooks/list-webhooks.md): GET /api/v1/webhooks List webhook subscriptions for the team - [GET /v1/webhooks/events](https://docs.skaala.ai/api-reference/webhooks/list-webhooks-events.md): GET /api/v1/webhooks/events List available webhook event types (public endpoint for documentation) - [Authentication](https://docs.skaala.ai/getting-started/authentication.md): Learn how to authenticate with the Skaala API using API keys or OAuth - [Introduction](https://docs.skaala.ai/getting-started/introduction.md): Welcome to the Skaala API documentation. Build powerful integrations with our AI-powered receptionist platform. - [Quickstart](https://docs.skaala.ai/getting-started/quickstart.md): Get up and running with the Skaala API in minutes - [SDK Installation](https://docs.skaala.ai/getting-started/sdk-installation.md): Install and configure Skaala SDKs for your preferred language - [Bookings & Payments](https://docs.skaala.ai/guides/bookings-and-payments.md): How the booking system and payment processing work - [Dashboard Overview](https://docs.skaala.ai/guides/dashboard-overview.md): Everything you can do in your Skaala dashboard - [Error Handling](https://docs.skaala.ai/guides/errors.md): Understanding Skaala API error responses and how to handle them - [Getting Started with Skaala](https://docs.skaala.ai/guides/getting-started-guide.md): A complete walkthrough of setting up your AI phone receptionist - [Pagination](https://docs.skaala.ai/guides/pagination.md): Efficiently handle large result sets with pagination - [Rate Limits](https://docs.skaala.ai/guides/rate-limits.md): Understanding Skaala API rate limits and best practices - [Agent Configuration](https://docs.skaala.ai/guides/use-cases/agent-configuration.md): Customize your AI receptionist's personality and capabilities - [Booking Flow Integration](https://docs.skaala.ai/guides/use-cases/booking-flow.md): Complete guide to implementing AI-powered booking system - [Call Handling & Routing](https://docs.skaala.ai/guides/use-cases/call-handling.md): Advanced call management and routing strategies - [Webhooks](https://docs.skaala.ai/guides/webhooks.md): Set up real-time notifications for booking events, call completions, and more - [Stripe Integration](https://docs.skaala.ai/integrations/stripe.md): Payment processing and subscription management - [Zapier Integration](https://docs.skaala.ai/integrations/zapier.md): Connect Skaala with 5,000+ apps using Zapier automation ## OpenAPI Specs - [openapi](https://docs.skaala.ai/openapi.json)