Authorizations
Path Parameters
Project ID
Subscription ID
Filter ID
curl --request GET \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/{subscriptionID}/filters/{filterID} \
--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 retrieves a single filter
curl --request GET \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/{subscriptionID}/filters/{filterID} \
--header 'Authorization: <api-key>'{
"message": "<string>",
"status": true,
"data": {
"body": {},
"event_type": "<string>",
"headers": {},
"raw_body": {},
"raw_headers": {},
"subscription_id": "<string>",
"uid": "<string>"
}
}Project ID
Subscription ID
Filter ID
Was this page helpful?