Guilds

Number of APIs: 26

  1. delete guild DELETE {{baseUrl}}/guilds/:guild_id

  2. list my guilds GET {{baseUrl}}/users/@me/guilds?before=<string,null>&after=<string,null>&limit=<integer,null>&with_counts=<boolean,null>

  3. put guilds onboarding PUT {{baseUrl}}/guilds/:guild_id/onboarding

  4. get guild welcome screen GET {{baseUrl}}/guilds/:guild_id/welcome-screen

  5. get guild preview GET {{baseUrl}}/guilds/:guild_id/preview

  6. create guild POST {{baseUrl}}/guilds

  7. leave guild DELETE {{baseUrl}}/users/@me/guilds/:guild_id

  8. get guild new member welcome GET {{baseUrl}}/guilds/:guild_id/new-member-welcome

  9. update guild welcome screen PATCH {{baseUrl}}/guilds/:guild_id/welcome-screen

  10. delete guild integration DELETE {{baseUrl}}/guilds/:guild_id/integrations/:integration_id