curl --request GET \
--url https://api.allium.so/api/v1/streams/data-management/filter-data-sources \
--header 'X-API-KEY: <api-key>'
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "<string>",
"description": "<string>"
}
]
Get all filter data sources
curl --request GET \
--url https://api.allium.so/api/v1/streams/data-management/filter-data-sources \
--header 'X-API-KEY: <api-key>'
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "<string>",
"description": "<string>"
}
]
Successful Response
The response is of type FilterDataSourceResponse · object[]
.