Skip to main content
GET
/
funnels
/
event
Fetch All Events
curl --request GET \
  --url https://services.leadconnectorhq.com/funnels/event \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

locationId
string
required

locationId

Example:

"123456789"

funnelId
string
required

funnelId

Example:

"123456789"

page
number
required

page

Example:

1

limit
number
default:10
required

limit

Example:

10

Response

Successful response

Last modified on March 4, 2026