Get guild roles
Retrieves list of non-managed roles in the guild
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/roles"[
{
"id": "string",
"name": "string",
"color": 0,
"position": 0,
"permissions": "string",
"managed": true,
"mentionable": true
}
]Empty
Last updated on