cURL
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, "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_
leo_
Items per page
1 <= x <= 100
Items to skip
x >= 0
Search by name or domain
Options: created_at, updated_at, name
created_at
updated_at
name
List of companies
Show child attributes
{ "total": 142, "limit": 50, "offset": 0, "has_more": true}