Skip to main content

Reservations


Verify a reservation

GET /reservations/{id}/verify

Parameters

id: string (id of the reservation)

Response

400 Bad Request - Missing API Key or Id

403 Forbidden - Invalid API Key

200 OK

{
valid: boolean
}