Release 29 July 2025
API Updates
Customers Endpoints
GET /customers and GET /customers/:customerId
GET /customers and GET /customers/:customerId- New fields added:
addressFields: A structured address object containing:streethouseNumberboxpostalCodecitycountry
customerCode: Code of the customer.registrationNumber: National registration number (e.g., Rijksregisternummer) of the customer.spouseRegistrationNumber: National registration number of the partner of the customer.
- New filters added in
GET /customers:registrationNumber- National registration number (e.g., Rijksregisternummer) of the customer.spouseRegistrationNumber- National registration number of the partner of the customer.language: Preferred language of the customer.responsible: User ID responsible for the customer.email: Email of the customer.
Note: Accessing
registrationNumberandspouseRegistrationNumberor filtering by them requires theprivacy.readscope.
POST /customers
POST /customers- New field supported:
customerCode- Code of the customer.
PUT /customers
PUT /customers- New fields supported for update:
customerCode- Code of the customer.responsible- User ID responsible for the customer.
Data Model Changes
Transcript Model:
processPercentagehas been renamed toprogressPercentage.
Release 13 May 2024
New scopes added
settings.writethis scope is mandatory to write setting values, for example creating new labels
If you want to activate new scopes on your credential pair, the provided technical owner can send a request to [email protected]. As a security measure, newly added scopes are by default not added to existing credential pairs.
API Updates
- General bug fixes and performance improvements
POST /settings/labelsendpoint that enables the creation of new labels
Release 04 April 2024
New scopes added
privacy.readthis scope is mandatory to read the privacy sensitive data related social registration numbers of a customercustomers.writethis scope is mandatory to create, update or delete customer related datapti.writethis scope is mandatory to assign a checklist to a customerminfin.readthis scope enables the listing and downloading of customer's Minfin documents.
If you want to activate new scopes on your credential pair, the provided technical owner can send a request to [email protected]. As a security measure, newly added scopes are by default not added to existing credential pairs.
API Updates
GET /customers/:customerId/privacyhas been added to request privacy sensitive information of a customer, such as registration number and spouse registration number- Minfin
GET /minfinendpoint that allows you to retrieve all minfin documents in the backoffice, various filter queries exist to filter resultsGET /minfin/download/:idendpoint to download a binary synched Minfin fileGET /minfin/metadata/:idendpoint to retrieve metadata about a synched Minfin file
- Customers
POST /customersendpoint that enables the creation of customer objectsPUT /customers/:customerIdendpoint that enables the update of customer objectsDELETE /customers/:customerIdendpoint that enables the deletion of customer objects
- Personal Income Tax
POST /checklists/assignassign a checklist to a customer
