Agreements
Retrieve the archived PDF
GET /api/v1/reservations/{id}/agreement/document
The bytes archived for the current agreement, as application/pdf.
Path parameters
| Parameter | In | Type | Description |
|---|---|---|---|
| id required | path | string | The reservation id. |
Response
200 The document, as application/pdf.
Errors
Every failure is { error, message }; see Errors. A missing or expired bearer is a 401 on every endpoint
but the token exchange.
| Status | error | When |
|---|---|---|
| 404 | not_found | Unknown reservation, or no document has been archived for its current agreement. |