Getting startedRelease notes

API - Apr 16, 2026

Changed

User date of birth limited to 120 years ago

To ensure data quality and consistency, the age of a Natural User and the legal representative of a Legal User is now limited to a maximum of 120 years old.

The Birthday and LegalRepresentative.Birthday fields now return the error below if the Unix timestamp provided indicates an age older than 120 years.

This error may be returned on the following endpoints:

1{
2 "Message": "One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.",
3 "Type": "param_error",
4 "Id": "e4d7f9d3-b94f-4e68-8963-aadb1a88510d",
5 "Date": 1776244847.0,
6 "errors": {
7 "Birthday": "The Birthday value indicates an age over 120 years, which is not allowed."
8 }
9}