Skip to main content
GET
/
api
/
v1
/
verticals
List Verticals
curl --request GET \
  --url https://api.openfunnel.dev/api/v1/verticals \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 1,
      "slug": "ai-observability",
      "name": "AI Observability",
      "description": "AI observability companies with hiring activity.",
      "event_type_count": 12
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer <api_key>.

Response

Successful Response

data
Data · object[]
required