Table of Contents

Get Booking

METHOD: GET

Endpoint: /bookings/{:bookingId}

Example

Request

curl --location --globoff '{:apiBase}/bookings/1234567'

Response

Type: Booking

{
    "id": 1234567,
    "status": "Unconfirmed"
}