Versioning
The TX API operation version is indicated in the path of each endpoint operation. For example, GET /tx/v1/application ('getApplication' operation), where v1 indicates that API of version 1 is used.
The version number is incremented after major backward-incompatible modifications are made to the operation logic. The Company reserves the right to introduce conditional or optional fields without prior notice, so minor updates and bug fixes are typically released without incrementing the version number, they are backward-compatible and do not change the application logic. The Customer system/application should be prepared for working with such fields. The Customer must ensure that the application gracefully handles different API versions and takes into account the possibility of new fields to appear in responses and the size of data to be returned.