/webhooks
Returns information on either all guild webhooks or webhook in a specified channel.
This endpoint is only on the BETA Version of the API and may be unstable.
Please report any & all bugs to the Support Server
Endpoint Headers:
bot-token - Token of the Bot [String] (Required)
apikey - Your Api Auth Key [String] (Required)
guild-id - ID of the guild to be fetched [Snowflake] (Required)
channel-id - ID of the channel to fetch webhooks from [Snowflake] (Optional)
If no channel-id
was specified, it will grab all webhooks in the guild.
Examples:
Possible Responses (Codes)
Last updated