Comment on page
API Reference
Learn more about our available endpoints at Gameball needed during integration.
The API base URL is below with v3.0 as our current version.
https://api.gameball.co/api/{version}
The REST API is organized around the following endpoints:
API Area | Resource Area | Description |
/integrations/player | The player API is responsible for creating new players at Gameball as well as updating players' data at Gameball. | |
/integrations/event | The event API is used to submit user events to Gameball. | |
/integrations/transaction | The transactions APIs are responsible for all the player's points transactions. | |
/integrations/order | The Order API is used to track a new order. This endpoint is designed specifically for E-Commerce Solutions. | |
/integrations/leaderboard | This endpoint allows you to retrieve the players' leaderboard for a given date range. It can also be used to get a specific player's rank among all players. | |
/integrations/notifications | The Notifications API can be used to list the player's notifications and also to update its status once read. | |
/integrations/configurations | This endpoint allows you to retrieve your configured settings on Gameball account which can be used while creating your custom UI for the player profile on your website or mobile app. | |
/integrations/batch | Batch operations are used to make multiple one type operations with one request. |
Next, check each section to learn more about how to use each API area.
Last modified 3mo ago