cURL
curl --request POST \ --url https://{defaultHost}/v5/app/inbound_webhook_filters \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "filters": {}, "experience_id": "<string>" }'
Create an Inbound Webhook Filter
App API key for /v5/app and /v5/company endpoints
webhook filter created
Was this page helpful?