Skip to main content
GET
/
servers
/
{guildId}
/
auth
Get Authentication Tokens
curl --request GET \
  --url https://quark.bot/api/servers/{guildId}/auth \
  --header 'Authorization: Bearer <token>'
{
  "tokens": [
    {
      "uniqueId": "<string>",
      "permissions": 123,
      "creator": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.quark.bot/llms.txt

Use this file to discover all available pages before exploring further.

guild ID
string
The ID of the guild.
tokens
array
required
An array of objects containing information about each active authentication token for this server.