GET https://uat-api.wellnessliving.io/v1/promotion/listid_region (integer, required): Region identifier. Example: 2.k_business (integer, required): Business key/identifier. Example: 49197.uid (integer, required): Client/user identifier within the business. Example: 2720946.TOKEN variable (e.g., as a header or auth scheme) to authorize the request.a_promotion (array): List of promotions available to the specified client in the given business and region.id_program (integer): Program identifier associated with the promotion.is_active (string/boolean-like): Indicates whether the promotion is active ("1" for active).k_promotion (string): Unique promotion key/ID.text_title (string): Human-readable promotion name/title.id_program_type (integer): Program type identifier (e.g., class/event membership, appointment pass).status (string): Request status. Expected value: "ok" on success.s_version (string): API version or response schema version identifier.is_active = "1" are expected in this response.k_promotion to reference a specific promotion in subsequent operations, if required.curl --location -g --request GET '/v1/promotion/list?id_region={{id_region}}&k_business={{k_business}}&uid={{uid}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}