πŸ“– Get to know how we handle the API versioning.

We always want to enhance our API to meet our customers' needs. However, new features and enhancements may affect API compatibility. That's why we use version handling. We support both backward and forward compatibility so that the changes to our API do not impact applications that rely on it.

πŸ“˜

Note:

Our versioning method is implemented at the resource level.

There is a way of specifying the version of the API call:

The Standard Version

The standard version is recommended because the customers can cache the resources efficiently. In this method, we add the version number to the URI's path, which is commonly done with the prefix "v." The version is located in the second sub-path of the URL.

https://example.api.au.idkit.com/v1/transactions

πŸ’¬ We Are Here to Help!

If you encounter an issue, a bug, or require assistance, please contact our support page here to find the solution. Don't forget to provide any important information on the issue.