Skip to main content
GET
/
v1
/
portal
/
vanity
/
{slug}
curl https://hapi.7331.org/v1/portal/vanity/my-cool-guild \
  -b cookies.txt
{
  "guild_id": "987654321098765432",
  "guild_name": "My Cool Guild",
  "room_name": "guild-987654321098765432",
  "room_running": true
}
Requires an active session cookie. Resolves a vanity invite slug to the associated guild and room information. The guild must have an active premium subscription.
slug
string
required
Vanity invite slug to resolve.

Response

guild_id
string
required
Discord ID of the guild.
guild_name
string
required
Name of the guild.
room_name
string
required
Generated room name for the guild.
room_running
boolean
required
Whether the room’s VM is currently running.
curl https://hapi.7331.org/v1/portal/vanity/my-cool-guild \
  -b cookies.txt
{
  "guild_id": "987654321098765432",
  "guild_name": "My Cool Guild",
  "room_name": "guild-987654321098765432",
  "room_running": true
}