Show container api version.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://cde.staging.productsup.com/container-api/versions"{
"message": "successful operation",
"data": {
"versions": [
"0.8.1",
"0.8.2",
"90.100.236"
]
}
}{
"message": "You have to be authorized to access this resource."
}How is this guide?