Skip to main content

Overview

Returns all active promotions for a property, grouped by promotion type. This is a convenience endpoint for building categorized promotion displays (e.g., separate sections for coupons, early bird deals, and free night offers).

Request

Headers

Path Parameters

Example Request


Response — 200 OK

A JSON object where each key is a promotion type string and each value is an array of Promotion objects of that type.

Response Structure

Only keys with at least one promotion are present in the response. Each promotion object follows the same schema documented in Promotions - Retrieve.

Example Response


Error Handling