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

versionstring

Date of the version

Example response

{
  "version": "2015-11-13"
}

Changes