/booking/:id - GetBooking

GET {{host}}/booking/1

A simple request to get the details of a booking. To get different bookings, simply change the booking ID from '1' to a different ID number.

Authorisation

To use this request you must be authorised.

Authorisation is achieved by creating a Cookie header with the value token=abc123. To get a valid token, you send a request to POST /auth using the Auth API in restful-booker-platform.

Simply run the request once with the default credentials to have Qodex add a token to the Cookies manager.

HEADERS

KeyDatatypeRequiredDescription
acceptstring
Referernull