curl --request GET \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/{subscriptionID}/filters \
--header 'Authorization: <api-key>'{
"message": "<string>",
"status": true,
"data": [
{
"body": {},
"event_type": "<string>",
"headers": {},
"raw_body": {},
"raw_headers": {},
"subscription_id": "<string>",
"uid": "<string>"
}
]
}This endpoint fetches all filters for a subscription
curl --request GET \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/{subscriptionID}/filters \
--header 'Authorization: <api-key>'{
"message": "<string>",
"status": true,
"data": [
{
"body": {},
"event_type": "<string>",
"headers": {},
"raw_body": {},
"raw_headers": {},
"subscription_id": "<string>",
"uid": "<string>"
}
]
}Was this page helpful?