Returns the custom invite code for the guild if configured.
curl --request GET \
--url https://api.fluxer.app/v1/guilds/{guild_id}/vanity-url \
--header 'Authorization: <api-key>'{
"uses": 1073741823,
"code": "<string>"
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
The ID of the guild
curl --request GET \
--url https://api.fluxer.app/v1/guilds/{guild_id}/vanity-url \
--header 'Authorization: <api-key>'{
"uses": 1073741823,
"code": "<string>"
}