---
page_source: https://docs.juspay.io/jusbiz/docs/integration/health-check
page_title: Health Check
---

## API Version: default


# Health Check API



Health Check API can provide information regarding health of the JusBiz system## Endpoints:
- Sandbox: https://sandbox.biz.juspay.in/ardra/health

- Production: https://biz.juspay.in/ardra/health

## Request Type: 
GET

## Content-Type: 
application/json

## Sample Code Snippets:
### Code Snippets:

#### Request Code Snippet:

```request
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
### 200:

#### status:
- Description: Status field indicates impact of downtime on the beneficiary bank. In case of severe impact it will be DOWN, while in case of a moderate or low impact it will be FLUCTUATE
- Value:  FLUCTUATE | DOWN
- Tags: String

#### bankName:
- Description: Name of the bank (not applicable on UPI_ID)
- Tags: String

#### ifscIdentifier:
- Description: First four letters of bank facing downtime (only applicable on ACCOUNT_IFSC)
- Value: e.g., HDFC | ICIC | YESB 
- Tags: String

#### vpaHandler:
- Description: VPA handle facing downtime (only applicable on UPI_ID)
- Value:  e.g., @oksbi
- Tags: String

#### bankCode:
- Description: 6 digit bank code for the bank facing downtime (not applicable on UPI_ID)
- Value:  e.g., 607152 | 607153
- Tags: String

#### mode:
- Description: Indicates the payout rail affected by downtime. 
- Value:  e.g., VISADIRECT | MASTERSEND | IMPS | UPI
- Tags: String

#### gateway:
- Description: Name of the gateway facing downtime (in case downtime is limited to particular gateway)
- Tags: String
