curl --request GET \
--url https://services.leadconnectorhq.com/funnels/event \
--header 'Authorization: Bearer <token>'Fetch All Events
curl --request GET \
--url https://services.leadconnectorhq.com/funnels/event \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
locationId
"123456789"
funnelId
"123456789"
page
1
limit
10
Successful response
Was this page helpful?