cURL
curl --request POST \ --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/subscriptions/{subscriptionID}/filters/test/{eventType} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "payload": "<unknown>" } '
{ "message": "<string>", "status": true, "data": { "is_match": true } }
This endpoint tests a filter against a payload
Project ID
Subscription ID
Event Type
Payload to test
Sample payload to test against the filter (required)
OK
Show child attributes
Was this page helpful?