List customer companies

Retrieves a paginated list of all customer companies (B2B clients).

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number for pagination (default: 1)
limitintegerNoNumber of items per page (default: 50)
orderstringNoField to sort by (default: id)
directionstringNoSort direction: asc or desc (default: desc)

Response Fields

FieldTypeDescription
idintegerCustomer company unique identifier
namestringCompany legal name
siretstringSIRET number (French business ID)
vatNumberstringVAT identification number
tradeNamestringCommercial/trade name
addressobjectCompany address (see Address object below)
archivedbooleanWhether the customer company is archived
isDeletablebooleanWhether the company can be deleted (no linked customers)
customFieldsobjectCustom field values
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Address Object

FieldTypeDescription
countrystringCountry code (e.g., FR, US)
addressstringStreet address
statestringState/region
postCodestringPostal code
citystringCity name

Filtering

This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.

Quick examples:

?filters[name][contains]=Tech
?filters[siret][startsWith]=123
?filters[archived][eq]=false
?filters[customFields.sector][eq]=IT

Response

  • 200 OK: Returns paginated list of customer companies
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
integer
string
string
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!