Booking

Retrieve information about a booking check

Given a checkId previously returned, a check request with the same checkId will be returned.

An optional map of key:value pairs can be passed to extended, to assoicate certain custom data with this particular request for future tracking. For example, it is recommended to pass a client side order ID to this extended map, so later when a response is returned it is convenient to identify the corresponding order at client side.

get/booking/checks/{checkId}

Path parameters

checkIdstring required

UUID

Example:23246c8e-11ad-4105-845b-07ad855649c3

Response

OK

messagestring

message returned by server side if there is any

Changes