cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/profiles/{profile_id} \ --header 'Fox-Secret: <fox-secret>'
{ "id": "<string>", "created_at": 1716672462, "email": "<string>", "funnel_id": "<string>", "preview": true, "integrations": { "adapty": { "entitlement": "<string>", "user_id": "<string>" }, "revenue_cat": { "entitlement": "<string>", "user_id": "<string>" } } }
Project Secret Key
"secret_"
Profile ID
Profile
The response is of type object.
object
Was this page helpful?