Channels

List Guild Channels

GET
/v1/guilds/{guild}/channels

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string

Response Body

application/json

curl -X GET "https://example.com/v1/guilds/string/channels"
[  {    "id": "string",    "name": "string",    "type": 0,    "parentId": "string",    "position": 0  }]

How is this guide?