get guild welcome screen
GET {{baseUrl}}/guilds/:guild_id/welcome-screen
Retrieve the welcome screen for a guild
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"welcome_channels":[{"channel_id":"\u003cstring\u003e","description":"\u003cstring\u003e","emoji_id":"\u003cstring,null\u003e","emoji_name":"\u003cstring,null\u003e"},{"channel_id":"\u003cstring\u003e","description":"\u003cstring\u003e","emoji_id":"\u003cstring,null\u003e","emoji_name":"\u003cstring,null\u003e"}],"description":"\u003cstring,null\u003e"}