cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/transactions \ --header 'Fox-Secret: <fox-secret>'
{ "data": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "session_id": "<string>", "profile_id": "<string>", "funnel_id": "<string>", "funnel": { "id": "<string>", "title": "<string>", "alias": "<string>", "type": "default" }, "funnel_version": 123, "currency": "<string>", "price": 123, "price_usd": 123, "sandbox": true, "funnel_locale": "<string>", "experiment_id": "<string>" } ], "pagination": { "has_more": true, "total": 123, "next_cursor": "<string>" } }
Project Secret Key
"secret_"
Maximum number of items to return
1 <= x <= 500
Cursor for pagination
Filter by Subscription ID
transactions list
Show child attributes
Was this page helpful?