POST
/
v5
/
app
/
inbound_webhook_filters
curl --request POST \
  --url https://api.whop.com/api/v5/app/inbound_webhook_filters \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "filters": {},
  "experience_id": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
filters
object
required

The filters of the inbound webhook

experience_id
string
required

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