Bookings API

A small, invented API used to demonstrate generated endpoint pages. Nothing here is real — it exists so the documentation has something to show.

A small, invented API used to demonstrate generated endpoint pages. Nothing here is real — it exists so the documentation has something to show.

Version 1.4

Servers

  • https://api.example.com/v1 — Production
  • https://sandbox.example.com/v1 — Sandbox

Endpoints

Endpoint
GET /reservations List reservations
POST /reservations Create a reservation
GET /reservations/{id} Get a reservation
DELETE /reservations/{id} Cancel a reservation
GET /availability Check availability
GET /rates List rate plans (deprecated)