Overview
This section gives a detailed guide on all Gameball APIs that are needed during integration.
The Gameball API is organized around REST. Our API has predictable resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. In this section, you will find all the available APIs required across all Gameball features as well as all the API methods that can be used in the SDKs.
Our Server Side SDKs for v3.0 are currently in progress and to be released soon.
Authentication
Before using any of our API endpoints, you need to get familiar with how Gameball authenticates any incoming requests. Which is described in details in the Authentication section.
API Reference
Gameball provides a set of endpoints which enables you to interact with and utilize Gameball Engine efficiently. All supported endpoints are described as follows:
Base URL
The API base URL is the following, with v3.0 as our current version.
Check the following section to learn more about the API Reference.
Webhooks
Webhooks are a powerful resource that you can use to automate your use cases and improve your productivity. Check the Webhooks section to find out more.
Errors
Learn more about common errors and their description in our Errors section.
Object Reference
Learn more about our objects in the Object Reference.
Last updated