Version and Compliance
Version and Compliance
The Hybrik API version is specified in the request URI (eg. "v1" in "https://api-demo.hybrik.com/v1/jobs"). All calls must include this version number.
In addition, an API compliance date must be passed with each call. This is passed via the 'X-Hybrik-Compliance' header and has the format 'YYYYMMDD' (eg. 20220406). The compliance date essentially states "I, the client application, comply to the API up to this date". If we introduce changes to the API, we will ensure that the response is still valid for the client based on this compliance date value. That way you don't need to be worried about changes to our API. Just tell us when you started using it and we will conform to your usage.
The entry point for testing the API will be https://api-demo.hybrik.com/v1. Note that once you are a customer of Hybrik, you will be given a different API entry point to operate against.