Confirm a Reservation
Use this endpoint to confirm a single reservation, committing the capacity it holds — phase two of the two-phase reservation flow. Confirm is idempotent — confirming an already-confirmed reservation returns the same CONFIRMED status with HTTP 200.
Authorizations
API Key authentication. Used by single-tenant deployments (MULTI_TENANT_ENABLED=false). Sent on every /v1/* request.
Headers
The type of media of the resource. Must be application/json.
The API Key for authentication. This header is required for all endpoints except health checks.
A unique identifier used to trace and track each request.
Path Parameters
The unique identifier of the reservation that you want to confirm or release.
Response
Indicates that the reservation was confirmed.

