Changelog and Versioning

The Verify by Tiller API is continuously evolving, with new features and updates being added to enhance functionality and user experience. This section provides information about our versioning policy and a changelog that details the historical and recent changes to the API.

Versioning Policy

Our API versioning is designed to ensure backward compatibility and minimise disruptions to your integration.

  • Version Format: We use a simple versioning, vX, where X is the major version.

  • Major Versions: Changes in the major version indicate significant updates that may not be backwards compatible. These changes could include modifications to existing endpoint functionality or removing endpoints. This will alter the API base URL.

https://api.tiller-verify.com/api/{version}/ext/{endpoint}
  • Minor Changes: Minor version updates involve backward-compatible additions or enhancements, such as adding or extending new endpoints. These will not change the base URL.

Last updated