Getting Access
Opening a Ticket
To initially gain access to the HTTP API, WebSocket, or webhook management system, you need to open a ticket on our Discord server. Describe your project and specify which features and access you will need for implementation.
Application Approval
Wait for the project administration to review your request. Once your application is approved, the appropriate access rights will be linked to your Discord account.
Available Key Types and Commands
1. HTTP API Key
The main token used for sending standard HTTP requests to our endpoints. Passed in theAuthorization header.
- View command:
/api view
2. WebSocket Key
For working with real-time events, a separate independent key is used. Do not try to use the standard HTTP token to connect to sockets — the server will reject it.- View command:
/websocket view
Always keep your keys secret. WebSocket and HTTP API keys are completely autonomous and managed independently from each other.
Webhook Management
If your service needs to receive automatic notifications about server events, you can set up webhooks. Access to the webhook management panel is also granted strictly through tickets with project administration. Once rights are linked to your account, a special configuration command will become available:- Management command:
/webhook manage