Tenovos offers a REST API for partner and customer integrations. This API provides a RESTful endpoint, token-based authorization, HTTP methods for operations, and JSON-formatted payloads. Use this API to incorporate Tenovos functionality into your own application.
This API is up-versioned when a breaking change is introduced such as
- a change in the format of the response data for one or more calls
- a change in the request or response type (i.e. changing an integer to a float)
- removing any part of the API.
This API is not up-versioned for non-breaking changes such as
- new endpoints
- new response parameters
- new optional request parameters