GET
/
v5
/
app
/
inbound_webhook_filters
/
fetch_for_experience
/
{experience_id}
curl --request GET \
  --url https://api.whop.com/api/v5/app/inbound_webhook_filters/fetch_for_experience/{experience_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "experience_id": "<string>",
  "filters": {}
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Path Parameters

experience_id
string
required

The ID of the experience, which will look like exp_************

Response

200 - application/json
webhook filter found
id
string
required

The ID of the inbound webhook, which will look like inwh_*************

experience_id
string
required

The ID of the experience, which will look like exp_*************

filters
object
required

The values the experience will filter by