cURL
Offers
List offers
ListOffers
Returns list of offers based on specified parameters.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of records to return
Filter the result-set by properties using a subset of the Kibana Query Language. Only AND statements are supported. Currently supports filtering on:
cleeng_offer_id(string)is_subscription(boolean) - is true when at least one of the attached offer prices has a billing period other than ONE_TIMEis_template(boolean) - is true when there is no content targeting at all
To find the offers associated with a single content item / video, use ListOffersForVideoContent
Specifies the result ordering for List requests. Supported values are:
- "last_update_time desc" - default
- "applicability_type asc, last_update_time desc" - shows rulesets targeting all content first, then entities, then events. Sorted by last_update_time within the same applicability type.
The pagination token in the List request.

