Apinizer Documentation Management API Current: Test APIs Test APIs They are services used to check whether the Managerial APIs are working or not.1.Healthcheck APINo authorization is required to access this endpoint.Endpoint: https://<management_app_url>/apiops/test/healthcheckHTTP Method: GETRequest Headers: HeaderValueAccepttext/plainRequest Body: (none)Response:StatusStatus CodeDescriptionBodyHeadersSuccess200successful operationOKContent-Type: text/plain;charset=UTF-82.Secure Test APIAfter successful access, the result is "Hello {name}".Endpoint: https://<management_app_url>/apiops/test/hello/{name}HTTP Method: GETRequest Headers: HeaderValueAuthorizationBearer < Token > Tokens are required to access this endpoint.For detailed information on how to get tokens, ou can visit the Authorization API page. Accepttext/plainRequest Body: (none)Response:StatusStatus CodeDescriptionBodyHeadersSuccess200successful operationHello <name>Content-Type: text/plain;charset=UTF-8Error401unauthorized{"status":"FAILURE","resultMessage":"Token can not be validated!"}Content-Type: application/json ×