Skip to content
Core API
Esc
navigateopen⌘Jpreview
On this page

Build your connection.

Bring your tools and event data together with the Brella Core API.

A request starts here

Send your token in the Brella-API-Access-Token header. Use the organization and event IDs supplied by your team.

curl --request GET \
  --url "https://api.brella.io/api/core/organizations/30/events/319986/leads" \
  --header "Accept: application/vnd.brella.v4+json" \
  --header "Brella-API-Access-Token: YOUR_TOKEN"
Your token defines your access.

The same endpoint can return different fields, records, or permissions for different tokens. Understand token scopes.

Explore the Core API

Keep the essentials close