Supported Api Versions

Supported Api Versions

Currently, there is only one version.

Request
URI
GET
https://{api_host}/vco/api/versions
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful.

Returns SupportedApiVersionsList of type(s) application/json
{
    "versions": [
        {
            "versionCode": "string",
            "isLatest": false
        }
    ]
}
array of object
versions
Optional

versions


401

User is not authorized.

Returns SupportedApiVersionsList of type(s) application/json
"SupportedApiVersionsList Object"
array of object
versions
Optional

versions


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/versions