Versioning
Versioning
In case we make an API change, we might release a new version of the API. You can retrieve the current version by calling the version endpoint. This contains the date of the release date of the API. With every change we update the release date.
get/version
Response
Request successfully processed
Example response
{
"version": "2015-11-13"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.