> For the complete documentation index, see [llms.txt](https://docs.altura.com/altura-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altura.com/altura-documentation/api-reference/altura-guard-ii/check-connection.md).

# Check Connection

<mark style="color:green;">`POST`</mark> `https://api.alturanft.com/api/alturaguard/status`

#### Query Parameters

| Name                                     | Type   | Description  |
| ---------------------------------------- | ------ | ------------ |
| apiKey<mark style="color:red;">\*</mark> | String | Your API key |

#### Request Body

| Name  | Type   | Description |
| ----- | ------ | ----------- |
| token | String |             |

{% tabs %}
{% tab title="200: OK Valid token" %}

{% endtab %}

{% tab title="401: Unauthorized Invalid token" %}

{% endtab %}
{% endtabs %}
