curl --request GET \
--url https://api.allium.so/api/v1/streams/data-management/filter-data-sources/{data_source_id} \
--header 'X-API-KEY: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "<string>",
"description": "<string>"
}
Get a filter data source by ID
curl --request GET \
--url https://api.allium.so/api/v1/streams/data-management/filter-data-sources/{data_source_id} \
--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 object
.