Overview
This section gives a detailed guide on all Referd APIs that are needed during integration.
Last updated
This section gives a detailed guide on all Referd APIs that are needed during integration.
Last updated
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.
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.
Referd provides a set of endpoints which enables you to interact with and utilize Referd Engine efficiently. All supported endpoints are described as follows:
The API base URL is the following, with v3.0 as our current version.
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.