Prerequisites
- A PRO plan subscription
- Access to your BaClique dashboard
Quick Start (5 minutes)
1. Generate an API Key
- Go to your Developer Settings
- Click “Create API Key”
- Give it a name (e.g., “Production”)
- Copy the key immediately - you won’t see it again!
sk_live_example123456789
2. Make Your First Request
3. Track a Conversion
When a user completes an action (sale, signup, lead, etc.) in your system: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:HTTP Status Codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing API key |
| 403 | Forbidden - PRO plan required |
| 404 | Not Found - Resource doesn’t exist |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Server Error |
Next Steps
- Authentication Guide - Deep dive into API security
- Campaigns API - Manage your affiliate campaigns
- Affiliates API - Manage affiliates
- Conversions API - Track and list conversions
- Webhooks - Real-time event notifications