List companies
List companies
Returns companies in your organization, newest first. Supports pagination and sorting.
GET
List companies
Authorizations
The Client ID of your API key.
The secret value of your API key.
Query Parameters
Page number, starting at 1 (max 100).
Required range:
1 <= x <= 100Items per page (1–1000).
Required range:
1 <= x <= 1000Cursor: return items whose id is less than this value (use the last id from the previous page).
Field to sort by. Defaults to id.
Sort direction.
Available options:
asc, desc Response
A list of companies.