Authentication

To authenticate with the API, you must first acquire a bot token or user token:

  • Bot: create one from user settings in the client
  • User: copy one from client or authenticate manually through API

Then you may provide these through either:

TypeHeader
BotX-Bot-Token
UserX-Session-Token

When dealing with an authenticated route.