get
https://api.fuul.xyz/api/v1/attributed-payouts
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_rolescope in theAuthorizationheader:Authorization: Bearer <api_key> - The project is automatically derived from the API key's associated project
Pagination:
limitcontrols how many payout rows are returned per request (default 500, max 1000)after_idis a cursor onpayout_idcountequals the number of payout rows inresults
Incremental loads:
created_sincefilters payouts withcreated_at > valueupdated_sincefilters payouts withupdated_at > value, or any linked affiliate/referee claim check withupdated_at > valuepayout_statusreflects 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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized - Missing or invalid API key
403Forbidden - API key does not have service_role scope
404Not Found - Project not found