Inbound Webhook Filters
Creates or updates a Inbound Webhook Filter for a given experience
Create an Inbound Webhook Filter
POST
/
v5
/
app
/
inbound_webhook_filters
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
filters
object
requiredThe filters of the inbound webhook
experience_id
string
requiredThe ID of the experience, which will look like exp_*************
Response
200 - application/json
The response is of type object
.
Was this page helpful?