GET /v1/collector/debt/transaction{{TOKEN}} variable (configured in headers/auth for this request or collection).id_region (required, integer)k_business (required, integer)a_transaction — array of debt transaction objects for the specified region and business (empty array when there are no matching transactions).status — string indicating overall status of the call (e.g., "ok").s_version — string containing the API or implementation version.{
"a_transaction": [],
"status": "ok",
"s_version": "444085"
}curl --location -g --request GET '/v1/collector/debt/transaction?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}