Sign in

Get channel webhooks

documented

Get the webhooks for a channel.

GET /channels/{channel.id}/webhooksChannelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://discord.com/api/v10/channels/{{$channel_id}}/webhooks" \
  -X GET \
  -H "Authorization: Bot {{DISCORD_SECRET}}" \
  -H "Accept: application/json"