cURL
curl --request GET \ --url https://www.skaala.ai/api/v1/bookings \ --header 'X-API-Key: <api-key>'
{ "200": {}, "400": {}, "401": {}, "404": {}, "500": {} }
GET /v1/bookings
Documentation IndexFetch the complete documentation index at: https://docs.skaala.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.skaala.ai/llms.txt
Use this file to discover all available pages before exploring further.
Error
curl -X GET https://www.skaala.ai/api/v1/bookings \ -H "X-API-Key: sk_live_your_key_here"