GET
/
api
/
end_users
/
{end_user_heron_id}
/
company_attributes
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_heron_id}/company_attributes \
  --header 'x-api-key: <api-key>'
[
  {
    "attribute": {
      "label": "<string>",
      "type": "float"
    },
    "availability": "available",
    "value": "<any>"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

Response

200 - application/json
OK

The response is of type object[].