GET
/
funnels
/
{id}
Get funnel details
curl --request GET \
  --url https://api.funnelfox.io/public/v1/funnels/{id} \
  --header 'Fox-Secret: <fox-secret>'
{
  "id": "<string>",
  "project_id": "<string>",
  "alias": "<string>",
  "config_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "title": "<string>",
  "type": "default",
  "url": "<string>",
  "last_published_at": "2023-11-07T05:31:56Z",
  "environment": "<string>",
  "tags": [
    "<string>"
  ],
  "updated_at": "2023-11-07T05:31:56Z",
  "version": 123
}

Headers

Fox-Secret
string
required

Project Secret Key

Example:

"secret_"

Path Parameters

id
string
required

Funnel ID

Response

200
application/json

Funnel details

The response is of type object.