List project attributed payouts (flat export)

Returns project-wide attributed payouts for ingestion pipelines. Each result is one payout row
(referral commission and/or referee rebate) linked to an attribution. Pool payouts without
attribution_id are excluded.

Authentication:

  • Requires API key with service_role scope in the Authorization header: Authorization: Bearer <api_key>
  • The project is automatically derived from the API key's associated project

Pagination:

  • limit controls how many payout rows are returned per request (default 500, max 1000)
  • after_id is a cursor on payout_id
  • count equals the number of payout rows in results

Incremental loads:

  • created_since filters payouts with created_at > value
  • updated_since filters payouts with updated_at > value, or any linked affiliate/referee claim check with updated_at > value
  • payout_status reflects the full payout lifecycle (all statuses are exported; filter downstream in your warehouse)
  • Periodic full backfills are recommended for long-running pipelines
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

Return payouts created after this timestamp (exclusive)

date-time

Return payouts updated after this timestamp, or with claim check updates after this timestamp (exclusive)

uuid

Cursor for pagination — return payouts with payout_id greater than this value

integer
1 to 1000
Defaults to 500

Maximum number of payout rows per page

Responses

401

Unauthorized - Missing or invalid API key

403

Forbidden - API key does not have service_role scope

404

Not Found - Project not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json