cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/products \ --header 'Fox-Secret: <fox-secret>'
{ "data": [ { "id": "<string>", "external_id": "<string>", "name": "<string>", "platform": "<string>", "status": "active", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "pricing_summary": "<string>" } ], "pagination": { "has_more": true, "total": 123, "next_cursor": "<string>" }, "next_cursor": "<string>" }
Project Secret Key
"secret_"
Maximum number of items to return
1 <= x <= 500
Cursor for pagination
Filter by product name (partial match)
Filter by platform
stripe
paypal
paddle
braintree
solidgate
Filter by status
active
archived
Products list
Show child attributes
Cursor for next page
Was this page helpful?