API Quickstart
Things to know before using an API
Last updated
Things to know before using an API
Last updated
You need to signup PLYR[ID] first on both and . This PLYR[ID] gonna be a "Developer account and Game ID". Please set a name to be related with your game name.
API KEY and SECRET KEY — After you signup the PLYR[ID]. You can request us to generate API KEY Pair.
We use "Timestamp + Body Payload" and signs with SECRET KEY as a HMAC (SHA256) signature. You need to include custom header apikey, signature, timestamp every time to call our API.
Every API request must include these base headers:
Format Requirements:
Always keep your API key and secret key secure. Never expose them in client-side code or public repositories.
Let see the example of "userInfo" API endpoint.
Let see the example of "getAvatars" API endpoint.