GET
/reports/match-rates
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/reports/match-rates' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"totalCount": 42,
"autoMatchedCount": 42,
"manualMatchedCount": 42,
"totalMatchedCount": 42,
"unmatchedCount": 42,
"matchRate": 42
}