cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/profiles \ --header 'Fox-Secret: <fox-secret>'
{ "data": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "preview": true, "email": "<string>", "country": "<string>", "funnel_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 email (partial match)
Filter by Funnel ID
Profiles list
Show child attributes
Was this page helpful?