Skip to main content
Every API key is either a creator key or an affiliate key. The two read different endpoints and, on the shared ones, different fields. Each key type has its own reference in the top navigation:
  • Creator API — the full surface.
  • Affiliate API — the subset an affiliate key can read.

Endpoints by key type

An affiliate key calling a creator-only endpoint gets 403 Forbidden.

Field differences

On GET /purchases, the creator margin fields — amountCreatorNet, amountCreatorPlatformFee, amountCreatorTax — are returned to creator keys only. An affiliate key still sees its own affiliation amounts (amountAffiliation, amountAffiliationNet), but not the creator’s margin.
GET /refunds and GET /chargebacks return the same fields for both key types.