Guilds
Number of APIs: 26
-
delete guild DELETE {{baseUrl}}/guilds/:guild_id
-
list my guilds GET {{baseUrl}}/users/@me/guilds?before=<string,null>&after=<string,null>&limit=<integer,null>&with_counts=<boolean,null>
-
put guilds onboarding PUT {{baseUrl}}/guilds/:guild_id/onboarding
-
get guild welcome screen GET {{baseUrl}}/guilds/:guild_id/welcome-screen
-
get guild preview GET {{baseUrl}}/guilds/:guild_id/preview
-
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
-
update guild welcome screen PATCH {{baseUrl}}/guilds/:guild_id/welcome-screen
-
delete guild integration DELETE {{baseUrl}}/guilds/:guild_id/integrations/:integration_id