Guilds
Number of APIs: 26
-
unban user from guild DELETE {{baseUrl}}/guilds/:guild_id/bans/:user_id
-
list my guilds GET {{baseUrl}}/users/@me/guilds?before=<string,null>&after=<string,null>&limit=<integer,null>&with_counts=<boolean,null>
-
create guild POST {{baseUrl}}/guilds
-
leave guild DELETE {{baseUrl}}/users/@me/guilds/:guild_id
-
get guild new member welcome GET {{baseUrl}}/guilds/:guild_id/new-member-welcome
-
get guild welcome screen GET {{baseUrl}}/guilds/:guild_id/welcome-screen
-
update guild welcome screen PATCH {{baseUrl}}/guilds/:guild_id/welcome-screen
-
delete guild integration DELETE {{baseUrl}}/guilds/:guild_id/integrations/:integration_id
-
list guild integrations GET {{baseUrl}}/guilds/:guild_id/integrations
-
get guild widget GET {{baseUrl}}/guilds/:guild_id/widget.json