/gamelist to retrieve every game currently available to your integration. The response includes each game’s unique ID, display name, and a thumbnail URL. You’ll need the gameID values from this response whenever you call /userAuth to launch a game or /createfreegameto grant a free spin bonus.
Endpoint
https://api.igamingace.com with the base URL provided to you by iGamingAce.
Request Headers
| Name | Value | Example |
|---|---|---|
| Authorization | Bearer Token (apitoken) | Authorization: Bearer 4ca8890730e64aa69bd168eb8a3f374c |
| Accept | application/json | Accept: application/json |
| Content-Type | application/json | Content-Type: application/json |