/gameList to retrieve every game currently available to your integration. The response includes each game’s unique ID, display name, category, provider, and a thumbnail URL. You’ll need the gameID values from this response whenever you call /userAuth to launch a game or /assignFreeSpin to grant a free spin bonus.
Endpoint
https://api.gitslotpark.com with the base URL provided to you by GitSlotPark.
Request parameters
Your API token provided by GitSlotPark.
Your Partner ID assigned by GitSlotPark.
HMAC-SHA-256 signature of the concatenated request parameters using your secret key, expressed as an uppercase hex string. For this endpoint the signature input is:
agentID.Example request
Response fields
Result code.
0 indicates success; any other value indicates an error. See result codes below.List of game objects. Present when
result is 0.Example success response
Example error response
Result codes
| Code | Meaning |
|---|---|
0 | Success |
1 | General error |
2 | Wrong input parameters |
3 | Invalid sign |
4 | Invalid agent |
7 | Invalid API token |
Notes
Store the
gameID values from this response. You will need them when calling /userAuth to generate a game launch URL and /assignFreeSpin to grant free spin bonuses to players.