GET/v1/profile/contractTOKEN variable in the request (e.g. as a bearer or API token) to authorize access.{{TOKEN}} is set in the active environment before sending the request.id_region (integer)k_business (integer)k_location (integer)uid (integer or string)id_purchase_item (integer)k_id (integer)html_contract (string)i_minor_age (integer)18). Can be used to determine if a guardian signature is required.text_title (string)"Copy 4 of CLASS/EVENTS MEMBERSHIP").status (string)"ok" on success.s_version (string)__a_message (array of strings){
"html_contract": "<div class='preserveHtml' class='preserveHtml'>\n<p class='preserveHtml' class='preserveHtml'>A BB please sign</p>\n</div><comment class='preserveHtml' class='preserveHtml'>...<truncated>",
"i_minor_age": 18,
"text_title": "Copy 4 of CLASS/EVENTS MEMBERSHIP",
"status": "ok",
"s_version": "444085",
"__a_message": [
"month|rs.promotion;a.duration.sid"
]
}
html_contract field.status is "ok" before showing the contract.text_title, s_version, and __a_message to label, track, or troubleshoot the specific contract configuration returned.curl --location -g --request GET '/v1/profile/contract?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}&uid={{uid}}&id_purchase_item=undefined&k_id=undefined' \
--header 'Content-Type: text/plain' \
--data-raw ''{}