New docs? Check out the change log to learn more!
curl --request GET \
--url https://discord.com/api/v10/users/@me/guilds \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"icon": "<string>",
"banner": "<string>",
"owner": true,
"permissions": "<string>",
"features": [
"<string>"
],
"approximate_member_count": 123,
"approximate_presence_count": 123
}
]curl --request GET \
--url https://discord.com/api/v10/users/@me/guilds \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"icon": "<string>",
"banner": "<string>",
"owner": true,
"permissions": "<string>",
"features": [
"<string>"
],
"approximate_member_count": 123,
"approximate_presence_count": 123
}
]Discord bot token
1 <= x <= 200200 response for list_my_guilds
guild has access to set an animated guild banner image
"ANIMATED_BANNER"