Roles
List Guild Roles
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/roles"[ { "id": "string", "name": "string", "color": 0, "position": 0, "hoist": true, "managed": true, "mentionable": true }]How is this guide?