Skip to main content
Manage affiliates within your campaigns.

Endpoints


List Affiliates

Get all affiliates for a specific campaign.

Query Parameters

Response


Invite Affiliate

Send an invitation to join your campaign. The affiliate must click the link to accept.

Request Body

Example

Response

Behavior

⚠️ Important: For privacy and consent reasons, affiliates are NOT added directly.
  1. An invitation link is generated (valid for 7 days)
  2. You send this link to the affiliate (via email, Slack, etc.)
  3. The affiliate clicks the link and creates/logs into their BaClique account
  4. They are then added to your campaign
This ensures the affiliate has given explicit consent to join your program.

Remove Affiliate

Remove an affiliate from a campaign.

Example

Response

⚠️ Note: This removes the affiliate from the campaign but does not delete their historical data (clicks, conversions, commissions).

Affiliate Statuses


Code Examples

JavaScript - List All Affiliates

Python - Invite Affiliate