webhooks
List outgoing webhooks
Get a page of a list of outgoing webhooks. Optionally filter for a specific team or channel using query parameters.
Permissions
manage_webhooks for the system or manage_webhooks for the specific team/channel.
get/api/v4/hooks/outgoing
Query parameters
pageinteger
The page to select.
per_pageinteger
The number of hooks per page.
team_idstring
The ID of the team to get hooks for.
channel_idstring
The ID of the channel to get hooks for.
Response
Outgoing webhooks retrieval successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.