cURL
curl --request GET \ --url https://{defaultHost}/v5/app/inbound_webhook_filters/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "experience_id": "<string>", "filters": {} }
Returns an inbound webhook filter
App API key for /v5/app and /v5/company endpoints
The ID of the Inbound Webhook Filter, which will look like inwf_************
webhook filter found
The response is of type object.
object
Was this page helpful?