# Status

## Check status

<mark style="color:green;">`GET`</mark> `/api/v1/public`

Status of the Identity Agent

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `None`             |

**Body**

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
    "data": {
        "status": "running",
        "app": "identity",
        "host": "http://localhost:7999/",
        "version": "1.0.0",
        "isDebug": true,
        "isDocker": false
    }
}
```

{% endtab %}
{% endtabs %}
