GET
/
api
/
users
/
company_overview_layout
curl --request GET \
  --url https://app.herondata.io/api/users/company_overview_layout \
  --header 'x-api-key: <api-key>'
[
  {
    "group_name": "<string>",
    "id": "<string>",
    "widgets": [
      {
        "id": "<string>",
        "scorecard_metric_date_range": "latest",
        "scorecard_metric_label": "<string>",
        "type": "scorecard_metric"
      }
    ]
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json
OK

The response is of type object[].