GET/v1/classes/promotionTOKEN provided via Postman variables (no changes to auth config are made here).id_region (required): Numeric region identifier used to scope promotions (e.g., 2).k_business (required): Business key identifying the tenant/business whose promotions you want to list (e.g., 49197).a_promotion (array): List of promotion objects. Each item describes one promotion and includes:k_promotion (string): Unique promotion key/ID.text_title (string): Human‑readable name of the promotion (e.g., membership or class pass name).is_select (string, "0" or "1"): Indicates whether this promotion is currently selected/eligible in the context of the calling workflow.id_program (number as string): Program type identifier for the promotion.is_active (string, "0" or "1"): Whether the promotion is active.is_class (string, "0" or "1"): Whether this promotion applies to classes.is_enrollment (string, "0" or "1"): Whether this promotion applies to enrollments.k_promotion_default (string or null): Default promotion key for this context, if any; null if there is no default.status (string): Overall request status (e.g., "ok" for a successful response).s_version (string): API or payload version identifier returned by the service.curl --location -g --request GET '/v1/classes/promotion?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}