OpenAPI
Calling certain Game Chat functions via a prescribed API
Note
You must use an allowed API key issued via the dashboard to make an API call.
Checking the API key
An API key can be generated via Dashboard > Settings > Project settings > API key.
Caution
Click the [Reissue] button to reissue a key. Note that a new key will render the old key useless.
Using open API
Base URL
Region | URL |
---|---|
kr | https://dashboard-api.gamechat.naverncp.com/v1 |
sg | https://sg-dashboard-api.gamechat.naverncp.com/v1 |
jp | https://jp-dashboard-api.gamechat.naverncp.com/v1 |
Common error codesCommon error codes
The following are common error codes that can occur when making requests to the API:
Code | Description |
---|---|
-1 | Using a key not on the dashboard |
-2 | Discrepancy between dashboard key and header key |
-3 | Using a key that was deleted on the dashboard |
-4 | Using a key that was treated as unused on the dashboard |
-5 | Expired key |
-6 | No project ID |
Last updated