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>"
}
]
Get calculated attribute values for a given end user
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>"
}
]
OK
The response is of type object[]
.
Was this page helpful?