Guilds

Number of APIs: 26

  1. unban user from guild DELETE {{baseUrl}}/guilds/:guild_id/bans/:user_id

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

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

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

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

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

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

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

  9. list guild integrations GET {{baseUrl}}/guilds/:guild_id/integrations

  10. get guild widget GET {{baseUrl}}/guilds/:guild_id/widget.json