curl --location --request GET 'https://supplier.innovatemr.net/api/v2/resources/termReasonCategories/' \
--header 'x-access-token;' \
--header 'Content-Type: application/json'{
"apiStatus": "Success",
"msg": "TermReason category codes successfully fetched.",
"result": [
{
"name": "ClientQuotaFull",
"code": 1005,
"desc": "Respondent was terminated in the client survey due to qualifying quota already being met. This happens when Clients have in-survey quotas that were not made visible in the IMR platform.",
"infoUrl": "https://innovatemr.stoplight.io/docs/supplier-api/ZG9jOjEzNzYxMTg2"
}
]
}