13.1 Distributions API
The chief responsibility of the game team in this process is to have their game backend submit points to Gala’s distributions API. When exactly players earn points, how many points they earn, what the different types of points are, and what they mean, is decided on a per-game basis. The distributions API is not aware of any of those specifics. It simply allows the submission of those points.
- For submitting points and other operations, consult the distributions API swagger documentation.
- Distributions API Staging Environment URL: https://distributions-platform-creators-stage-gala.gala.com/api/
- Distributions API Production Environment URL: https://distributions-platform-creators-prod-gala.gala.com/api/
- For authentication, consult the Gala Games Object API section above. The method of authentication, as well as the credentials you will use, are the same.