Skip to main content
GET
/
guilds
/
{guild_id}
/
vanity-url
Get guild vanity URL
curl --request GET \
  --url https://api.fluxer.app/v1/guilds/{guild_id}/vanity-url \
  --header 'Authorization: <api-key>'
{
  "uses": 1073741823,
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Path Parameters

guild_id
string<snowflake>
required

The ID of the guild

Response

Success

uses
integer<int32>
required

The number of times this vanity URL has been used

Required range: 0 <= x <= 2147483647
code
string | null

The vanity URL code for the guild