Skip to main content
POST
/
api
/
v1
/
streams
/
data-management
/
filter-data-sources
/
{data_source_id}
/
values
Filter Data Source Values
curl --request POST \
  --url https://api.allium.so/api/v1/streams/data-management/filter-data-sources/{data_source_id}/values \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "operation": "ADD",
  "values": [
    "<string>"
  ]
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

data_source_id
string
required

Body

application/json
operation
enum<string>
required
Available options:
ADD,
DELETE
values
string[]
required

Response

Successful Response

message
string
required