cURL
curl --request GET \ --url https://quark.bot/api/servers/{guildId}/auth \ --header 'Authorization: Bearer <token>'
{ "tokens": [ { "uniqueId": "<string>", "permissions": 123, "creator": "<string>" } ] }
Show properties
Was this page helpful?