curl --request GET \ --url https://quark.bot/api/servers/{guildId}/auth \ --header 'Authorization: Bearer <token>'
{ "tokens": [ { "uniqueId": "<string>", "permissions": 123, "creator": "<string>" } ] }
The ID of the guild.
An array of objects containing information about each active authentication token for this server.
Show properties
The unique ID assigned to the token.
The permission group granted to this token.
The ID of the user who created this token.
Was this page helpful?