Get guild channels
Retrieves list of text channels where the bot has manage webhooks permission
AuthorizationBearer <token>
Enter your Discord OAuth2 access token
In: header
Path Parameters
guildstring
Discord guild ID
Match
^\d{17,19}$Response Body
curl -X GET "https://api.skyhelper.xyz/guilds/string/channels"[
{
"id": "string",
"name": "string",
"type": 0,
"position": 0
}
]Empty
Last updated on