curl --request GET \
--url https://api.decodahealth.com/alerts/kpis \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"calls": {
"numberOutgoing": 123,
"numberIncoming": 123,
"numberHandled": 123,
"numberNotifications": 123,
"percentGrowth": 123
},
"scheduling": {
"numberAppointmentsScheduled": 123,
"numberAppointmentsCompleted": 123,
"numberNotifications": 123,
"percentGrowth": 123
},
"intake": {
"numberFormsSubmitted": 123,
"numberFormResponsesMissingPast": 123,
"numberFormResponsesMissingUpcoming": 123,
"numberNotifications": 123,
"percentGrowth": 123
}
}curl --request GET \
--url https://api.decodahealth.com/alerts/kpis \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"calls": {
"numberOutgoing": 123,
"numberIncoming": 123,
"numberHandled": 123,
"numberNotifications": 123,
"percentGrowth": 123
},
"scheduling": {
"numberAppointmentsScheduled": 123,
"numberAppointmentsCompleted": 123,
"numberNotifications": 123,
"percentGrowth": 123
},
"intake": {
"numberFormsSubmitted": 123,
"numberFormResponsesMissingPast": 123,
"numberFormResponsesMissingUpcoming": 123,
"numberNotifications": 123,
"percentGrowth": 123
}
}The tenant you are making this request on behalf of
Your api key
Successful Response