Hero Dark

The API is a premium feature that’s only available to users who have an active Business Plan. See Pricing Page

Welcome

To be able to use this API, you need to have created your Affiliate Program and entered all necessary details.

Create Affiliate Program

Create your Affiliate Program and integrate the tracking code to your website.

Authentication

All API endpoints are authenticated using Bearer tokens, this requires you to have completed creating your Affiliate Program. Here’s how you create an Auth Token:

Step 1. Click on API Keys on your dashboard sidebar:

Hero Dark

Step 2. Click on Generate New API Key +:

Hero Dark

Step 3. Click the copy icon to copy your Auth Token:

Hero Dark

Step 4. Add your Auth Token to your API requests:

{
  "Authorization": "Bearer <YOUR_TOKEN>"
}