curl --request GET \
--url https://app.herondata.io/api/end_user_entities \
--header 'x-api-key: <api-key>'[
{
"display_order": 123,
"entity_attributes": [
{
"attribute_description": "<string>",
"attribute_name": "<string>",
"attribute_sources": [
{
"heron_id": "<string>",
"sort_order": 123,
"source_config": {}
}
],
"display_order": 123,
"heron_id": "<string>",
"is_dedupe_key": false,
"reconciliation_config": {}
}
],
"entity_description": "<string>",
"entity_name": "<string>",
"entity_post_processor_configs": [],
"heron_id": "<string>",
"is_list": true,
"saved_query_heron_id": "<string>"
}
]curl --request GET \
--url https://app.herondata.io/api/end_user_entities \
--header 'x-api-key: <api-key>'[
{
"display_order": 123,
"entity_attributes": [
{
"attribute_description": "<string>",
"attribute_name": "<string>",
"attribute_sources": [
{
"heron_id": "<string>",
"sort_order": 123,
"source_config": {}
}
],
"display_order": 123,
"heron_id": "<string>",
"is_dedupe_key": false,
"reconciliation_config": {}
}
],
"entity_description": "<string>",
"entity_name": "<string>",
"entity_post_processor_configs": [],
"heron_id": "<string>",
"is_list": true,
"saved_query_heron_id": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?