FirstPromoter · Example Payload

Firstpromoter Track Sale Example

Example request body for tracking a sale via POST /api/v2/track/sale

Affiliate MarketingReferral TrackingSaaSCommission ManagementReward DistributionPromoters

Firstpromoter Track Sale Example is an example object payload from FirstPromoter, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Example request body for tracking a sale via POST /api/v2/track/sale",
  "request": {
    "uid": "customer-uid-12345",
    "email": "customer@example.com",
    "amount": 4900,
    "plan": "pro_monthly",
    "currency": "usd"
  },
  "response": {
    "id": 55001,
    "state": "active",
    "uid": "customer-uid-12345",
    "email": "customer@example.com",
    "plan_name": "pro_monthly",
    "mrr": 49.0,
    "promoter_id": 98765,
    "campaign_id": 1234,
    "created_at": "2025-10-05T09:15:00Z",
    "updated_at": "2025-10-05T09:15:00Z"
  }
}