POST /servers/{guild_id}/auth
Auth
POST /servers/{guild_id}/auth
POST
POST /servers/{guild_id}/auth
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The guild_id.
Body
application/json
The permission group to grant to the token. 1 for admin, 2 for basic.
Response
200 - application/json
Returns the generated token
The Bearer token to use for authenticating requests.

