Skip to main content
GET
/
bookings
/
{code}
/
pdf
Retrieve the booking PDF file.
curl --request GET \
  --url https://b2b-api.markoub.dev/bookings/{code}/pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

code
string
required

The unique identifier of the booking.

Required string length: 1 - 255

Response

The PDF file

The response is of type string.