Skip to main content
All endpoints below require:
  • X-Application-Id
  • X-Api-Key
All creator endpoints require an email query parameter. The creator must exist and be associated with the authenticated agency.

GET /sdk/v1/creators/receipts

List receipts for a creator.

Query parameters

  • email (required)
  • page (default 1)
  • limit (default 50, max 100)
  • search or query (optional; searches campaign name)
  • sortBy (optional): campaignName, payoutDate, earningsValue, status
  • sortOrder (optional): asc or desc

Response

Common errors

  • 400: missing/invalid email
  • 404: creator not found for this agency

GET /sdk/v1/creators/total-paid

Get total paid to a creator, returning both USD and the agency preferred currency totals.

Query parameters

  • email (required)

Response

GET /sdk/v1/creators/payouts

List payouts for a creator.

Query parameters

Same as GET /sdk/v1/payouts, plus:
  • email (required)

Response