Retrieve Webhooksget https://{APP_DOMAIN}/api/3.2/webhooksReturns a paginated list of configured webhooks that receive event notifications via HTTP callbacks. Only non-system webhooks are returned.Query ParamsidintegerFilter by webhook IDnamestringFilter by webhook namecreated_atstringFilter by creation date. Supports operators: >, >=, <, <=updated_atstringFilter by last updated date. Supports operators: >, >=, <, <=pageintegerThe page to return.per_pageintegerThe total results to return per page.sortstringThe field to sort the request by. column_name|asc OR descResponse 200The retrieved webhooksUpdated 23 days ago