Skip to main content
Welcome to the BaClique Developer API. This guide will help you integrate BaClique’s affiliate tracking into your application.

Prerequisites

  • A PRO plan subscription
  • Access to your BaClique dashboard

Quick Start (5 minutes)

1. Generate an API Key

  1. Go to your Developer Settings
  2. Click “Create API Key”
  3. Give it a name (e.g., “Production”)
  4. Copy the key immediately - you won’t see it again!
Your API key looks like: sk_live_example123456789

2. Make Your First Request

Response:

3. Track a Conversion

When a user completes an action (sale, signup, lead, etc.) in your system:
That’s it! You’re now tracking conversions via the API.

Base URL

All API requests should be made to:

Authentication

Include your API key in every request:

Rate Limits

  • 100 requests per minute per API key
  • Exceeding this returns 429 Too Many Requests

Response Format

All responses are JSON with this structure: Success:
Error:

HTTP Status Codes


Next Steps