Version
Get Version
Request
GET /v1/version
Header
Authorization: Basic {credentials}
# Authorization
Credentials for HTTP Basic Authentication created with <AccessToken>
Responses
200 Ok
The request has succeeded.
Header
Content-Type: application/json
Body
{
"statusCode": 200,
"message": "OK",
"response": {
"version": "x.y.z",
"gitVersion": "vx.y.z-0-g1234567"
}
}
401 Unauthorized
Authentication required.
Header
WWW-Authenticate: Basic realm="OvenMediaEngine"
Body
{
"statusCode": 401,
"message": "[HTTP] Authorization header is required to call API (401)"
}