cURL
curl --request GET \ --url https://{defaultHost}/v5/app/inbound_webhook_filters \ --header 'Authorization: Bearer <token>'
{ "pagination": { "current_page": 123, "total_pages": 123, "next_page": 123, "prev_page": 123, "total_count": 123 }, "data": [ { "id": "<string>", "experience_id": "<string>", "filters": {} } ] }
Returns a collection of inbound webhook filters
App API key for /v5/app and /v5/company endpoints
The page number to return
The number of resources to return per page. There is a limit of 50 results per page.
webhook filters retrieved
Show child attributes
Was this page helpful?