Skip to main content
The Leonar API is organized around REST. It uses standard HTTP methods, returns JSON responses, and uses Bearer token authentication.

Base URL

https://app.leonar.app/api/v1

Authentication

Include your API key in the Authorization header:
Authorization: Bearer leo_your_api_key

Resources

Contacts

Manage contacts, search, enrich, and read custom field values.

Companies

Track companies, their contacts, and company custom fields.

Deals

Manage sales pipeline and deal stages.

Projects

Organize recruiting projects.

Sequences

Automate outreach campaigns.

Tasks

Track to-dos and follow-ups.

Messages

Send emails, LinkedIn messages.

Sourcing

Search and import candidates.

Enrichment

Find emails and phone numbers.

Custom fields

Contacts and companies can include workspace-defined custom fields in the custom_data object.
  • use GET /contacts/custom-fields and GET /companies/custom-fields to discover valid keys
  • read values from custom_data on contact and company responses
  • update values with partial merge semantics on PUT /contacts/{id} and PUT /companies/{id}