List promotionsAsk AIpost https://api.eu.xtremepush.com/api/external/list/promotionUsed to get summary information of promotions synced from connected bonus enginesBody ParamsapptokenstringrequiredYour App tokenorderarray of stringsOrder the results in either ascending or descending order based on any of the attributes eg. ["id ASC", "external_id"] or ["id DESC", "external_id"]orderADD stringselectarray of stringsSelect what attributes to return eg. ["name", "external_id"]selectADD stringconditionjsonFilter the results based on some criteria, eg. [ ["external_system", "=", "alira"] ]limitint32Used with offset for pagination, eg. "limit": 50, "offset": 0 returns a max of 50 results starting at position 0offsetint32Used with limit for paginationResponses 200200 400400Updated 5 months ago