NCC
  1. Health
NCC
  • Auth
    • Login user
      POST
    • Refresh token
      POST
    • Logout user
      POST
  • Token
    • Introspect token
      POST
  • Health
    • Health Check
      GET
  • Schemas
    • Schemas
      • LoginResponseDto
      • LoginParamDto
      • RefreshTokenParamDto
      • AuthLogoutParamDto
      • TokenIntrospectParamDto
      • TokenPayloadDto
      • AnvuiUserPayloadDto
  1. Health

Health Check

Develop Env
https://auth-dev.chieuphimquocgia.com.vn/ums
Develop Env
https://auth-dev.chieuphimquocgia.com.vn/ums
GET
/health
API kiểm tra sức khỏe của hệ thống

Request

None

Responses

🟢200OK
application/json
The Health Check is successful
Body

🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://auth-dev.chieuphimquocgia.com.vn/ums/health'
Response Response Example
200 - Example 1
{
    "status": "ok",
    "info": {
        "database": {
            "status": "up"
        }
    },
    "error": {},
    "details": {
        "database": {
            "status": "up"
        }
    }
}
Modified at 2025-09-05 08:52:45
Previous
Introspect token
Next
LoginResponseDto
Built with