Public API - Funnel
List funnel stages
Your pipeline’s funnel stages with their score thresholds, ascending by minimum score.
GET
List funnel stages
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Your pipeline’s funnel stages with their score thresholds, ascending by minimum score.
curl --request GET \
--url http://app.stairoids.com/api/public/v1/funnel/stages \
--header 'X-Api-Key: <api-key>'[
{
"id": 12,
"name": "Hot",
"minScore": 500
}
]curl --request GET \
--url http://app.stairoids.com/api/public/v1/funnel/stages \
--header 'X-Api-Key: <api-key>'[
{
"id": 12,
"name": "Hot",
"minScore": 500
}
]