Documentation Index
Fetch the complete documentation index at: https://docs.elivaas.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Promotions List API retrieves all active promotions across all properties accessible to your distribution channel, grouped by property ID. This is useful for building a promotions overview page or bulk-syncing promotion data.Retrieving All Promotions
Example Request
Example Response
Response Format
The response is a JSON object where:- Keys are property ID strings
- Values are arrays of promotion objects for that property
Use Cases
- Bulk sync: Pull all promotions across your portfolio in a single API call
- Cross-property comparison: Compare available promotions across properties
- Marketing pages: Build a centralized deals/offers page showing promotions by property
Authentication
All requests must include the following headers:Api-Key: Your API key for authenticationChannel-Id: Identifier for the channel making the request
Error Handling
The API returns standard HTTP status codes:- 200: Success
- 401: Unauthorized
- 500: Internal Server Error

