Get a Reservation
Get reservation details using Goki ID
Get a Reservation by ID
GET
[environmentBaseUrl]/v1/reservations/:id
This is useful if you want to get a reservation using Goki's reservation ID. In case you want to find a reservation using your pmsId you need to use Find a Reservation API.
Path Parameters
Name
Type
Description
id
string
ID of the reservation in Goki.
Query Parameters
Name
Type
Description
extend
String
Reservation extend option. The options are "pin", "gatePins", and "space". By setting any option as extend you will have it in response. You can pass multi options comma separated.
Last updated