Skip to main content

Authentication

This endpoint requires authentication. See Authentication for detailed information about required headers and how to obtain your API keys.

Path Parameters

string
required
The unique identifier (UUID) of the order to retrieve.

Query Params

boolean
default:"false"
Whether to format dates according to the locale. When set to true, dates will be formatted in a human-readable format based on the X-LOCALE header.
boolean
default:"false"
Whether to include guest names in the response. When set to true, the response will include guest name information.

Example Requests

Basic request:
With formatted dates and guest names:

Response

Error Responses

Bad Request
Invalid UUID parameter
Unauthorized
Missing or invalid authentication headers
Forbidden
Insufficient permissions to access order data
Not Found
Order not found or invalid Order ID provided