API Security
This page explains the security requirements enforced by Game Aggregator.
Before integration starts, Operator must request API credentials from Game Aggregator.
API Key - A unique 64 characters alphanumeric string to identify the Operator.
API Secret - A unique 64 characters alphanumeric string that is used to sign request body.
Transport Layer Encryption
All communications between Operator and Game Aggregator must be secured through HTTPS.
This is to protect against man-in-the-middle attacks and eavesdropping.
Authentication
All API calls from Operator to Game Aggregator must include X-API-Key and X-Signature in the header.
This is to allow the Game Aggregator system to verify the Operator's identity.
X-Signature
This value provided in the request header is used to prevent data tampering.
The signature is generated using HMAC-SHA256 algorithm.
Request Body:
API Secret:
Signature generated
Last updated