Skip to main content
GET
List companies

Authorizations

Authorization
string
header
required

API key starting with leo_

Query Parameters

limit
integer
default:50

Items per page

Required range: 1 <= x <= 100
offset
integer
default:0

Items to skip

Required range: x >= 0
updated_after
string<date-time>

Return resources changed after this RFC 3339 timestamp. Contacts may redeliver rows exactly at the boundary; consumers must upsert idempotently.

updated_before
string<date-time>

Return resources with updated_at less than or equal to this RFC 3339 timestamp.

Search by name or domain

industry
string
owner_id
string<uuid>
status_id
string<uuid>

Filter by company status ID. Use GET /companies/statuses to list available statuses.

sort
string
default:-created_at

Options: created_at, updated_at, name

Response

List of companies

data
object[]
meta
object
Example: