cURL
curl --request GET \ --url https://api.decodahealth.com/analytics/dashboards/provider-performance/cancellation-reasons \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "reasons": [ { "reason": "<string>", "count": 123, "percentage": 123 } ], "totalCancellations": 123 }
Get cancellation reasons with counts.
Returns grouped cancellation reasons from EventLog entries, sorted by frequency (highest first).
The tenant you are making this request on behalf of
Your api key
Timezone for date filtering
Successful Response
Response for cancellation reasons endpoint.
Show child attributes