curl --request GET \
--url https://app.leonar.app/api/v1/companies \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "b2c3d4e5-6789-01ab-cdef-234567890abc",
"name": "Doctolib",
"domain": "doctolib.com",
"industry": "Health Tech",
"company_size": "1001-5000",
"description": null,
"location": "Paris, France",
"logo_url": "https://logo.clearbit.com/doctolib.com",
"phone": null,
"linkedin_url": "https://www.linkedin.com/company/doctolib",
"annual_revenue": null,
"custom_data": {
"crm_tier": "enterprise"
},
"created_at": "2025-01-10T08:00:00Z",
"updated_at": "2025-01-20T14:00:00Z",
"archived_at": null
}
],
"meta": {
"total": 142,
"limit": 50,
"offset": 0,
"has_more": true
}
}curl --request GET \
--url https://app.leonar.app/api/v1/companies \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "b2c3d4e5-6789-01ab-cdef-234567890abc",
"name": "Doctolib",
"domain": "doctolib.com",
"industry": "Health Tech",
"company_size": "1001-5000",
"description": null,
"location": "Paris, France",
"logo_url": "https://logo.clearbit.com/doctolib.com",
"phone": null,
"linkedin_url": "https://www.linkedin.com/company/doctolib",
"annual_revenue": null,
"custom_data": {
"crm_tier": "enterprise"
},
"created_at": "2025-01-10T08:00:00Z",
"updated_at": "2025-01-20T14:00:00Z",
"archived_at": null
}
],
"meta": {
"total": 142,
"limit": 50,
"offset": 0,
"has_more": true
}
}API key starting with leo_
Items per page
1 <= x <= 100Items to skip
x >= 0Search by name or domain
Options: created_at, updated_at, name