Skip to main content
POST
/
channels
/
{channel_id}
/
followers
cURL
curl --request POST \
  --url https://discord.com/api/v10/channels/{channel_id}/followers \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "webhook_channel_id": "<string>"
}
'
{
  "channel_id": "<string>",
  "webhook_id": "<string>"
}

Authorizations

Authorization
string
header
required

Discord bot token

Path Parameters

channel_id
string<snowflake>
required

Body

application/json
webhook_channel_id
string<snowflake>
required

Response

200 response for follow_channel

channel_id
string<snowflake>
required
webhook_id
string<snowflake>
required