Gamify Token
The Gamify API uses Hmac(SHA256) for authentication, generated from your gameId and merchant's secretKey.
A valid authorization header is required for all requests sent to The Gamify's API.
The token will be generated automatically when the game has been published.
Token formatters
{ Authorization: [gameId]:[HMACSignature] }
HMACSignature
Hmac Signature is created by crypto.createHmac() method, signed JSON String message.