OAuth scope: client.read
Retrieves the list of clients for the authenticated organization.
You can filter (ex: only retrieve the latest clients) and sort this list by using query parameters 👇
Price plans: this endpoint is available for all Qonto price plans.
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Clients can be filtered based on their tax_identification_number, vat_number, or email. The response will return exact and case-insensitive match(es).
Clients can also be filtered based on their name. The response will return exact and partial matches, case-insensitive and accent-insensitive match(es). When type is individual or freelancer, name consists of the concatenation of first_name & " " & last_name. The value must at least contain 2 characters minimum.
Clients can be filtered by their updated_at property. This filter can be used in combination with the updated_at_to query parameter to get clients updated within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2022-02-01T12:01:02Z"
Clients can be filtered by their updated_at property. This filter can be used in combination with the updated_at_from query parameter to get clients updated within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2022-04-23T16:23:00Z"
Returned page (cf. Pagination).
25
Number of clients per page (cf. Pagination).
25
Clients can be sorted by their created_at / updated_at / name property in 2 possible orders: asc (Ascending) / desc (Descending).
created_at:asc, created_at:desc, updated_at:asc, updated_at:desc, name:asc, name:desc