cURL
curl --request POST \ --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/test_filter \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "request": { "body": "<any>", "header": "<any>" }, "schema": { "body": "<any>", "header": "<any>" } }'
{ "message": "<string>", "status": true, "data": true }
This endpoint validates that a filter will match a certain payload structure.
Project ID
Filter Details
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?