cURL
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 }
Project Secret Key
"secret_"
Funnel ID
Funnel details
The response is of type object.
object
Was this page helpful?