POST
/
v1
/
projects
/
{projectID}
/
subscriptions
/
test_filter
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
}

Authorizations

Authorization
string
headerrequired

Path Parameters

projectID
string
required

Project ID

Body

application/json
request
object

Same Request & Headers

schema
object

Sample test schema

Response

200 - application/json
message
string
status
boolean
data
boolean