Skip to content

API Documentation

Welcome to the API documentation. Here you'll find detailed information about all available endpoints.

Authentication

All API requests require an x-apiKey header for authentication. The API key should be included in the header of each request.

bash
x-apiKey: your-api-key-here

Available Endpoints

1. Create Lead

Create a new lead in the system.

2. Get Affiliate Leads

Retrieve a list of leads for an affiliate.

3. Get Affiliate FTDs

Retrieve a list of First Time Deposits (FTDs) for an affiliate.

General Notes

  • All dates should be provided in YYYY-MM-DD format
  • The API uses pagination for list endpoints
  • Make sure to keep your API key secure and never expose it in client-side code

Released under the MIT License.