# API Reference

{% hint style="info" %}
The API base URL is below with v3.0 as our current version.

`https://api.gameball.co/api/{version}`
{% endhint %}

The REST API is organized around the following endpoints:

| API Area                                                                                                        | Resource Area               | Description                                                                                                       |
| --------------------------------------------------------------------------------------------------------------- | --------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [<mark style="color:blue;">**User**</mark>](https://developer.tryreferd.com/api-reference/api-reference/player) | /integrations/player        | The player API is responsible for creating new users at **Referd** as well as updating users' data at **Referd**. |
| [**Event**](https://developer.tryreferd.com/api-reference/api-reference/event)                                  | /integrations/event         | The event API is used to submit user events to **Referd**.                                                        |
| [**Notifications**](https://developer.tryreferd.com/api-reference/api-reference/notifications)                  | /integrations/notifications | The Notifications API can be used to list the user's notifications and also to update its status once read.       |

Next, check each section to learn more about how to use each API area.
