JavaScript SDKModulesReservations

Options

Options for planned Reservations SDK methods.

Reservations uses the reservations feature flag.

const model = karybase.reservations.model;

Planned methods accept minimal options and use the organization scoped to the API key. They currently reject with status 501.

await karybase.reservations.list();
await karybase.reservations.get({ id: "reservation_123" });