Overview on Gameball APIs

This section gives a detailed guide on all Gameball APIs that are needed during integration.

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.

Authentication

The available authentication method is through APIKey. Hence, you need to provide an APIKey header with every request. Check this article on our Help Center for more information on how to get your APIKey.

Below is an example of the authentication through APIKey header.

curl --request POST \
  --url 'https://api.gameball.co/api/v2.0/integrations/event' \
  --header 'APIKey: ue7eh32eiwlsncoko08u8b'

Base URL

The API base URL is the following, with v2.0 as our current version.

https://api.gameball.co/api/{version}

Check our next article to learn more about the Available Endpoints.

Server-Side SDKs

Gameball supports server-side integration with the following languages through Server-Side SDKs.

  • Node.js

  • Ruby

  • .NET

  • PHP

  • Python

Object Reference

Learn more about our objects in the Object Reference.

Errors

Learn more about common errors and their description in our Errors section.

Webhooks

Webhooks are a powerful resource that you can use to automate your use cases and improve your productivity. Check out our events webhook in the Webhooks.

Last updated