# Get Status of Inbound API and AIS Connectors
source: https://developer.mastercard.com/open-banking-connect/documentation/aisfeatures/get-status-inbound-api-ais-connectors/index.md

## Request overview {#request-overview}

The goal of this request is to check the status and the availability of the Open Banking Connect Account Information Service (AIS) APIs.

### Endpoint details {#endpoint-details}

| **Endpoints/Resources** | **Method** | **API Profiles** |                 **Description**                 |
|-------------------------|------------|------------------|-------------------------------------------------|
| /accounts/health        | `GET`      | N/A              | Returns the status and availability of the APIs |

The following sequence diagram shows the interaction for checking the overall health of the platform.
Diagram get_status_inbound_API-AIS_Connector

## Request scenario {#request-scenario}


API Reference: `GET /accounts/health`

#### Request header {#request-header}

N/A

#### Request body {#request-body}

N/A

### Response -- Success {#response--success}

HTTP Response Code = 200, OK
Tip: For a full list of response codes, including those returned in failure scenarios, see [Response and Error Codes](https://developer.mastercard.com/open-banking-connect/documentation/response-and-error-codes/index.md).

#### Response header {#response-header}

N/A

#### Response body {#response-body}

|    **Name**     |                                    **Purpose**                                    | **Required by** |    **How it can be used**     | **Condition** | **Multiplicity** |  **Type**   |                                        **Description**                                         |   **Limitations/Parameters**   |
|-----------------|-----------------------------------------------------------------------------------|-----------------|-------------------------------|---------------|------------------|-------------|------------------------------------------------------------------------------------------------|--------------------------------|
| `status`        | Returns health status of inbound API                                              | MC              | Status of inbound API         | M             | 1..1             | String Enum | Inbound API status. Status values: `UP`, `DOWN`, `DEGRADED`                                    | Enum: `UP`, `DOWN`, `DEGRADED` |
| `statusMessage` | Returns status message of inbound API                                             | MC              | Status Message of inbound API | O             | 0..1             | String      | Additional details of the status (for example, if Down, what is down). Currently not populated | 1-256                          |
| `connectors`    | Contains the list of OB connectors used to connect to partners and their statuses | MC              | List of connectors            | O             | 0..\*            | Array       | Array that contains the connector of OB Connect and the status of each                         | N/A                            |
| `name`          | Name of connector                                                                 | MC              | Name of connector             | M             | 1..1             | String      | Connector name                                                                                 | 1-256                          |
| `status`        | Returns connector status                                                          | MC              | Status of connector           | M             | 1..1             | String Enum | Connector status. Status values: `UP`, `DOWN`, `DEGRADED`                                      | Enum: `UP`, `DOWN`, `DEGRADED` |
| `statusMessage` | Returns status message of connector                                               | MC              | Status Message of connector   | O             | 0..1             | String      | Additional details of the status (for example, if Down, what is down). Currently not populated | 1-256                          |

Tip: For an explanation of notations used, refer to **Open Banking General FAQ** in our [Frequently Asked Questions](https://developer.mastercard.com/open-banking-connect/documentation/frequently-asked-questions/index.md) section.

## Feature specific error codes {#feature-specific-error-codes}

Tip: For a list of general response codes and error code structure see [Response and Error Codes](https://developer.mastercard.com/open-banking-connect/documentation/response-and-error-codes/index.md).

There are no specific error codes for this feature.
For a list of general response codes and error code structure, see [Response and Error Codes](https://developer.mastercard.com/open-banking-connect/documentation/response-and-error-codes/index.md).
