curl --request GET \
--url https://app.herondata.io/api/app_store/list \
--header 'x-api-key: <api-key>'{
"applications": [
{
"description": "This is an example application.",
"heron_id": "asa_1a833hPPXwu8BrzFhoDVJL",
"is_enabled": true,
"name": "Example App",
"priority": 1,
"type": "enricher",
"cta": {
"text": "CTA Text",
"url": "https://example.com/cta"
},
"file_classes": [
{
"description": "description1",
"name": "file_class1"
},
{
"description": "description2",
"name": "file_class2"
}
],
"image": "https://example.com/image.png",
"integrations": [
"integration1",
"integration2"
],
"tags": [
"tag1",
"tag2"
],
"use_cases": [
"use_case1",
"use_case2"
]
}
]
}List available apps
curl --request GET \
--url https://app.herondata.io/api/app_store/list \
--header 'x-api-key: <api-key>'{
"applications": [
{
"description": "This is an example application.",
"heron_id": "asa_1a833hPPXwu8BrzFhoDVJL",
"is_enabled": true,
"name": "Example App",
"priority": 1,
"type": "enricher",
"cta": {
"text": "CTA Text",
"url": "https://example.com/cta"
},
"file_classes": [
{
"description": "description1",
"name": "file_class1"
},
{
"description": "description2",
"name": "file_class2"
}
],
"image": "https://example.com/image.png",
"integrations": [
"integration1",
"integration2"
],
"tags": [
"tag1",
"tag2"
],
"use_cases": [
"use_case1",
"use_case2"
]
}
]
}OK
Show child attributes
A brief description of the application.
"This is an example application."
"asa_1a833hPPXwu8BrzFhoDVJL"
true
The name of the application.
"Example App"
1
The type of the application.
enricher, integration, ingestion, parser, check, analytics, workflow "enricher"
URL to the application's logo
"https://example.com/image.png"
["integration1", "integration2"]["tag1", "tag2"]["use_case1", "use_case2"]Was this page helpful?