Console API
The Nakama Console API provides server-side access to manage your Nakama instance programmatically, including player accounts, storage, leaderboards, and RPCs.
Authentication #
To communicate with the Nakama Console API, authenticate with a console username and password to receive a JWT. Pass that token as a Bearer token on all subsequent requests.
| |
Response:
| |
Then pass the token in an Authorization header:
| |
For server-to-server communication, we recommend creating a dedicated console user in Settings > Users and assigning the minimum permissions required.
