AionBooking uses JWT Bearer tokens for authentication. Every request to the API must include your token in the Authorization header. Tokens are issued on sign-in and expire after 24 hours. Refresh tokens are rotated automatically.
All endpoints are prefixed with https://api.aionbooking.com.
A minimal cURL example to create a booking. The server always calculates price server-side — never pass a price from the client.
Use the REST API with any language today. Official convenience SDKs are on the roadmap.
Rate limits are applied per API key. Exceeded requests return a 429 Too Many Requests response with a Retry-After header.