webhooks

List incoming webhooks

Get a page of a list of incoming webhooks. Optionally filter for a specific team using query parameters.

Permissions

manage_webhooks for the system or manage_webhooks for the specific team.

get/api/v4/hooks/incoming

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.

Response

Incoming webhooks retrieval successful

idstring

The unique identifier for this incoming webhook

create_atinteger

The time in milliseconds a incoming webhook was created

update_atinteger

The time in milliseconds a incoming webhook was last updated

delete_atinteger

The time in milliseconds a incoming webhook was deleted

channel_idstring

The ID of a public channel or private group that receives the webhook payloads

descriptionstring

The description for this incoming webhook

display_namestring

The display name for this incoming webhook

Changes

No recorded changes to this endpoint across all 1 revision of this API.