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.
Authentication
Use theAgent Auth section in this docs site to get your credentials first:
POST /api/v1/agent/sign-upPOST /api/v1/agent/verify
X-User-ID.
Base path
All event discovery endpoints live under:How To Use This Section
The event discovery API is organized into three functional groups:EventsBrowse verticals and event types.AccountsFind accounts, search accounts with events, and fetch account-level event detail.PeopleFind people and fetch person-level event detail.
Recommended Flow
Most users will follow this sequence:- Start in
Eventsto list verticals and inspect event types. - Move to
Accountsto find companies or search companies with recent event activity. - Use
Peoplewhen you want contacts associated with a vertical or specific activity.
Common Response Shapes
List endpoints return:Notes
- These endpoints are read-only.
- All endpoints are rate limited.
- Repeated filters should be sent as repeated query params, for example
country=US&country=CA. - List endpoints are intentionally slim for speed; the account detail endpoint is the richer, bounded view.