Inbound Webhook Filters
Retrieve an Inbound Webhook Filter
Returns an inbound webhook filter
GET
/
v5
/
app
/
inbound_webhook_filters
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the Inbound Webhook Filter, which will look like inwf_************
Response
200 - application/json
id
string
requiredThe ID of the inbound webhook, which will look like inwh_*************
filters
object
requiredThe values the experience will filter by
experience_id
string
requiredThe ID of the experience, which will look like exp_*************
Was this page helpful?