cURL
curl --request GET \ --url https://api.openfunnel.dev/api/v1/verticals/{vertical_id}/event-types \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 101, "slug": "hiring-ai-engineers", "name": "Hiring AI Engineers", "description": "Companies actively hiring AI engineers.", "account_count": 32, "people_count": 31, "latest_event_date": "2026-04-22 00:00:00+00:00" } ] }
Browse event types available inside a specific vertical.
Documentation IndexFetch the complete documentation index at: https://docs.openfunnel.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Send your API key as Authorization: Bearer <api_key>.
Authorization: Bearer <api_key>
Vertical ID
x >= 1
Successful Response
Show child attributes