GET
/
profiles
/
{profile_id}
Get Profile
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>"
    }
  }
}

Headers

Fox-Secret
string
required

Project Secret Key

Example:

"secret_"

Path Parameters

profile_id
string
required

Profile ID

Response

200
application/json

Profile

The response is of type object.