GET/v1/collector/debt/listid_region (required, number)2k_business (required, number/string)49197TOKEN variable is defined in your active environment or globals and is sent according to the collection’s auth configuration (for example, as a header or bearer token).{
"a_debt": [],
"status": "ok",
"k_log": "[42.wiyy6]",
"s_version": "444085"
}
a_debt (array)[]) indicates there are currently no recorded debts.status (string)"ok" indicates the request was processed successfully.k_log (string)s_version (string)a_debt array means the request is valid, authentication succeeded, and there are no outstanding debts for the specified business/region at this time.curl --location -g --request GET '/v1/collector/debt/list?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}