cURL
curl --request GET \ --url https://api.decodahealth.com/appointment-dashboard/by-status \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "status": "PENDING", "count": 123 } ]
Get count of appointments grouped by status
The tenant you are making this request on behalf of
Your api key
Successful Response
PENDING
RESERVED
CONFIRMED
CANCELLED
COMPLETED
OVERRIDABLE
NO_SHOW