Supported Api Versions

Supported Api Versions

Currently, there is only one version.

Request
URI
GET
https://{api_host}/vco/api/versions
COPY
Responses
200

The request is successful.

Returns supported-versions of type(s) application/json
{
    "version": [
        {
            "value": "string",
            "latest": false
        }
    ]
}
array of version
version
Optional

version


401

User is not authorized.

Operation doesn't return any data structure