Get all API versions
GET/api/v1/version
Get the list of available API versions.
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
- 503
Successful response
Bad Request. List of supported codes: 20: Invalid URL parameter value, 21: Missing body, 22: Invalid body, 23: Missing body field, 24: Invalid body field, 25: Missing header, 26: Invalid header value, 27: Missing query-string parameter, 28: Invalid query-string parameter value.
Not Authorized. List of supported codes: 40 = Missing credentials, 41 = Invalid credentials, 42 = Expired credentials.
Forbidden. List of supported codes: 50 = access denied, 51 = forbidden requester, 53 = too many requests.
Resource not found. List of supported codes: 60 = resource not found.
Method not allowed. List of supported codes: 61 = method not allowed.
Internal Error. List of supported codes: 1 = internal error.
Service unavailable