Skip to main content
POST
/
v1
/
public
/
bookings
/
guest-lookup
Guest booking lookup
curl --request POST \
  --url https://{operatorDomain}/v1/public/bookings/guest-lookup \
  --header 'Content-Type: application/json' \
  --data '
{
  "bookingCode": "ABC123"
}
'
{
  "data": {
    "bookingId": "01J9ZB...",
    "bookingNumber": "BK-100245",
    "status": "confirmed"
  }
}

Body

application/json
bookingCode
string
required
Example:

"ABC123"

Response

200 - application/json

Overview with attached guest-access capability

data
object