Retrieve version information.
GET /version
curl -X GET https://hwut.de/apiv1/version
200 OK
{
"git_branch": "develop",
"git_hash": "4242424",
"version": "0.0.1"
}
GET /auth_test
curl -X GET https://hwut.de/apiv1/auth_test
200 OK
You're authenticated if you can read this.