System
API version
Returns current API version and supported versions. No authentication required.
get/api/version
Response
Version configuration
Example response
{
"currentVersion": "v1",
"supportedVersions": [
"v1"
]
}Returns current API version and supported versions. No authentication required.
Version configuration
{
"currentVersion": "v1",
"supportedVersions": [
"v1"
]
}