Client Credentials Token
POST/api/account/auth/bot-login/
Issues an access token using client credentials (OAuth2-style machine-to-machine authentication).
The client must provide a valid client_id and client_secret.
Request
Responses
- 200
- 400
- 401
- 403
Token issued successfully
Validation error
Invalid client credentials
User disabled