Skip to main content
GET
List clients

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Query Parameters

Full-text search by name, city, ZIP code, or country.

Example:

"bratislava"

sortBy
enum<string>
default:name

Field used to sort clients.

Available options:
name,
city,
zip,
countryId,
createdAt,
updatedAt
Example:

"name"

sortDirection
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc
Example:

"desc"

type
enum<string>

Filter by client type.

Available options:
person,
company
Example:

"company"

subjectId
string

Filter by the client's or company's business ID.

Example:

"12345678"

taxId
string

Filter by the client's or company's tax ID.

Example:

"2020123456"

vatId
string

Filter by the client's or company's VAT ID.

Example:

"SK2020123456"

countryId
integer

Filter by the client's billing country from the country reference table.

Example:

703

Response

Client list.

data
object[]

List of clients.