get
https://api.fuul.xyz/api/v1/attributed-conversions
Returns project-wide attributed conversions for ingestion pipelines. Each result is one attribution row
(attributed conversion event) that has at least one payout. Payout amounts per referral level (L1–L4) are
nested under payouts.
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 attribution rows are returned per request (default 500, max 1000)after_idis a cursor onattribution_idcountequals the number of attribution rows inresults
Incremental loads:
created_sincefilters attributions withcreated_at > valueupdated_sincefilters attributions withupdated_at > value, or any child payout withupdated_at > value- 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