Webhooks

Get webhook

Retrieves detailed information about a specific webhook by its ID. Requires authentication and appropriate permissions to access the webhook.

get/webhooks/{webhook_id}

Path parameters

string snowflake required
OR
integer required

The ID of the webhook

Response

Success

idstring snowflake required
guild_idstring snowflake required
channel_idstring snowflake required
namestring required

The display name of the webhook

avatarstring nullable

The hash of the webhook avatar image

tokenstring required

The secure token used to execute the webhook

Changes