Skip to main content
GET
/
public
/
v1
/
funnel
/
stages
List funnel stages
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
  }
]

Authorizations

X-Api-Key
string
header
required

Your organization's public API key. Manage it at GET /api/user/public-api-key.

Response

OK

id
integer<int64>

Stage id.

Example:

12

name
string

Stage name.

Example:

"Hot"

minScore
integer<int64>

Minimum total score a company needs to enter this stage.

Example:

500