This endpoint only works with the Accountant API key. More information here
Authorizations
Bearer token authentication
Query Parameters
The number of items to return
Required range:
1 <= x <= 100Example:
20
The cursor to return the next page of items
Example:
"cmf41ajzv003706un4i99q19z"
The custom ID of the client
Example:
"455148"
The slug of the client
Example:
"muster-gmbh"
Include archived clients
Available options:
true, false Example:
"false"
The type of the client. 'natural_person' for individuals, 'legal_person' for companies like UG, GmbH, AG, Ltd., Inc., etc. and 'individual_enterprise' for sole proprietorships.
Available options:
natural_person, individual_enterprise, legal_person Example:
"legal_person"
The sort field of the results
Available options:
createdAt, updatedAt, archivedAt, name, customId Example:
"createdAt"
The order of the results based on the sort field
Available options:
asc, desc Example:
"desc"