Versions

To ensure compatibility this section highlights how we version the API.

We might change the API time over time. This is to make sure we enable as much functionality as possible for our customers.

API '2' - Deprecated older version of the API
API '3' - Deprecated older version of the API
API '5' - Current selection and most recent release

As an example, the latest release is version 5. The version is applied as a HTTP header named 'x-version' and used as the following example:

curl --location --request GET 'https://api-front.upodi.io/tenantdetails' \
--header 'X-version: 5' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {ApiKey}' \