DOCUMENTATION

Developer Documentation

Everything you need to build with AionBooking — REST API reference, SDKs, guides, and webhook docs.

Quick StartAPI Reference

Quick Start

bash
# Query available slots
curl https://api.aionbooking.com/api/availability?business_id=YOUR_ID&date=2026-05-01

# Create a booking
curl -X POST https://api.aionbooking.com/api/bookings \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"business_id":"biz_abc","service_id":"svc_xyz","date":"2026-05-01","time":"14:00"}'

Explore the Docs

Find guides, references, and examples for every part of the platform.

Key API Endpoints

MethodEndpointDescription
GET/api/businessesList or retrieve business profilesDocs
POST/api/bookingsCreate a new bookingDocs
GET/api/availabilityQuery available time slotsDocs
POST/api/payments/stripe/create-payment-intentInitiate a Stripe paymentDocs
POST/api/payments/stripe/webhookReceive Stripe webhook eventsDocs
Contact Support
Questions about the API? Reach out to our team.
API Reference
Browse all endpoints, methods, and request formats.