Retrieve a list of supported versions
GET
/versions
Retrieve a list of each supported major/minor version of the API from the server
Authorizations
Responses
200
Successful operation
object
key
additional properties
number format: integer
{ "v1": 6, "v2": 0}object
key
additional properties
number format: integer
{ "v1": 6, "v2": 0}401
Unauthorized
object
code
required
string
message
required
string
Example
{ "code": 401, "message": "User not authorized"}object
code
required
string
message
required
string
Example
{ "code": 401, "message": "User not authorized"}404
Not found
object
code
required
string
message
required
string
Example
{ "code": 404, "message": "Resource not found"}object
code
required
string
message
required
string
Example
{ "code": 404, "message": "Resource not found"}