id_region – Region identifier to scope the search (e.g., 2).k_business – Business key that identifies the WellnessLiving business (e.g., 49197).uid – Client/user ID whose purchases are being retrieved (e.g., 2720946).status (string): Overall status of the call, e.g., "ok".a_purchase (array): List of purchase records, where each item may include fields such as:dt_add (string): Datetime when the purchase was added.id_purchase_item (number): Purchase item type identifier.k_business (string): Business key.k_id (string): Internal purchase identifier.k_login_promotion, k_purchase, k_purchase_item (string): Keys relating to the promotion and purchase records.uid (string): Client ID associated with the purchase.id_sale (number): Sale type identifier.is_active (boolean): Indicates whether the purchase is currently active.s_title (string): Purchase title/description (e.g., membership or package name).a_active (array): Flags for active status by component.a_sale (array): Related sale type IDs.s_version (string): API version or data snapshot identifier.__a_message (array): Internal or informational messages related to limits, cancellations, or other purchase metadata.curl --location -g --request GET '/v1/profile/purchase/list?id_region={{id_region}}&k_business={{k_business}}&uid={{uid}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}