> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/navigaid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/navigaid/services/admin-api/routes/health.md).

# Health

## /health

<mark style="color:blue;">`GET`</mark> `https://admin-api.imid.infomaker.io/v1/health`

Health

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

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

```javascript
{
  "name": "Service name (admin-api).",
  "version": "Service version."
}
```

{% endtab %}
{% endtabs %}
