Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
Required range:
x >= 0Response
OK
{
"data": {
"API": {
"current_version": "<string>",
"deprecated_version": "<string>"
},
"server_version": "<string>"
}
}Returns the supported API versions.
curl --request GET \
--url {protocol}://{ApiServer}/api/version \
--header 'Authorization: Bearer <token>'{
"data": {
"API": {
"current_version": "<string>",
"deprecated_version": "<string>"
},
"server_version": "<string>"
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0OK
Show child attributes