Skip to main content
GET
/
analytics
/
dashboards
/
provider-earnings
/
provider-earnings-groups
Get Provider Earnings Groups
curl --request GET \
  --url https://api.decodahealth.com/analytics/dashboards/provider-earnings/provider-earnings-groups \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "key": "<string>",
    "label": "<string>",
    "total": 123
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

group_by
enum<string>
required
Available options:
location,
date
start_date
string<date> | null
end_date
string<date> | null
location_ids
string[] | null
provider_ids
string[] | null
provider_names
string[] | null
timezone
string
required

Response

Successful Response

key
string
required
label
string
required
total
integer | null