Referd Developers Guide
  • Referd Developers Docs
  • Introduction
  • Installing Referd
    • iOS
      • Getting Started
      • Initialize Referd User Profile
      • Track User Events
      • Push Notifications
      • Go-Live Checklist
    • Android
      • Getting Started
      • Initialize Referd User Profile
      • Track Referd Events
      • Push Notifications
      • Go-Live Checklist
    • React Native
      • Getting Started
      • Initialize Referd User Profile
      • Track User Events
      • Push Notifications
      • Go-Live Checklist
    • Flutter
      • Getting Started
      • Initialize Referd User Profile
      • Track User Events
      • Go-Live Checklist
    • Generic Mobile App
      • Initialize Referd User Profile
      • Track User Events
      • Push Notifications
      • Go-Live Checklist
  • REST API
    • Overview
    • Authentication
    • API Reference
      • User
      • Event
      • Notifications
    • API Endpoint Testing
    • Errors
Powered by GitBook
On this page
  • Authentication
  • API Reference
  • API Endpoint Testing
  • Errors
  1. REST API

Overview

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

Last updated 1 year ago

The Referd API is organized around . Our API has predictable resource-oriented URLs, returns responses, and uses standard HTTP response codes, authentication, and verbs. In this section, you will find all the available APIs required across all Referd features as well as all the API methods that can be used in the SDKs.

Authentication

Before using any of our API endpoints, you need to get familiar with how Referd authenticates any incoming requests. Which is described in details in the section.

API Reference

Referd provides a set of endpoints which enables you to interact with and utilize Referd 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.

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

Check the following section to learn more about the .

API Endpoint Testing

Errors

To facilitate efficient testing and exploration of our API endpoints, we provide a dedicated Postman collection. This collection encompasses a comprehensive set of API calls, streamlining your testing process. To make the most of this Postman collection, detailed instructions on how to use each API endpoint and harness its capabilities have been meticulously documented in .

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

REST
JSON-encoded
Authentication
User
Event
Notifications
API Reference
API Endpoint Testing Section
Errors