Skip to main content
POST
Create multiple subscription filters

Authorizations

Authorization
string
header
required

Path Parameters

projectID
string
required

Project ID

subscriptionID
string
required

Subscription ID

Body

application/json

Filters to create

event_type
string
required

Type of event this filter applies to (required)

body
object

Body matching criteria (optional)

enabled_at
object

Non-null when this filter is active. Defaults to now when omitted.

headers
object

Header matching criteria (optional)

path
object

Path matching criteria (optional)

query
object

Query matching criteria (optional)

Response

Created

message
string
status
boolean
data
object[]