Menu

API Access Key

Who can use this feature: Admin, Manager

Your API access key is required to authenticate with the Flarie API and should be included as the accessKey parameter in the payload. 

For webhook requests sent from Flarie, a Bearer token is included in the Authorization header, formatted as Bearer <accessKey>. While optional, verifying this token on your server adds a layer of security by confirming that the request originated from Flarie.

access_keys

How to create an API Access Key.

  1. Navigate to 'Access Keys' in the menu.

  2. Click on 'Generate Key' to generate a key.

  3. If an API Access Key has already been generated, generating a new one will invalidate the old key.

 

Webhook Secret Key

Who can use this feature: Admin, Manager

Your Webhook Secret Key plays a crucial role in securing your webhook payload by generating a hash, ensuring the request originates from Flarie and remains unaltered. This hash, formulated as SHA-256 (payload + secretKey), is included in the headers under the X-Signature attribute, providing an added layer of verification and integrity protection.

The Webhook Secret Key is optional. 

 access_keys

How to get a Webhook Secret Key.

  1. Navigate to Access Keys by expanding the menu.

  2. Generate and copy the key to use it

  3. If a Webhook Secret Key has already been generated, generating a new one will invalidate the old key.

 

UUID Secret Key

Who can use this feature: Admin, Manager

Your UUID Secret Key is essential for authenticating access to your Game and Game Center.  When you enable URL Parameter as the Player Identifier, it allows you to enable an additional authentication layer using JWT (JSON Web Token). When Authenticated UUID is enabled, your Game and Game Center requires the uuid query parameter to be a signed JWT token.

The UUID Secret Key is optional. 

 access_keys

How to get an UUID Secret Key.

  1. Navigate to Access Keys by expanding the menu.

  2. Generate and copy the key to use it

  3. If a UUID Secret Key has already been generated, generating a new one will invalidate the old key.