Get version information

Get the latest API version, the list of valid API versions in ascending order, and the version being used for this request. These are all in the external, date-based format.

Headers

AuthorizationstringRequired

Response

Versions information response
validVersionslist of integers

A list of all valid API versions. To learn more about our versioning, read Versioning.

latestVersioninteger
The most recently released version of the API
currentVersioninteger

The version of the API currently in use. Typically this is the API version specified for your access token. If you add the LD-API-Version: beta header to your request, this will be equal to the latestVersion.

betaboolean or null

Whether the version of the API currently is use is a beta version. This is always true if you add the LD-API-Version: beta header to your request.

Errors