Get the default version of an API
GET {{baseUrl}}/apis/:owner/:api/settings/default
This operation returns the version identifier, such as 1.0.0
. To get the definition itself, use GET /apis/{owner}/{api}/{version}
.
RESPONSES
status: OK
{"version":"1.0.0"}