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

# Status

## Status

<mark style="color:blue;">`GET`</mark> `https://app.valtt.com/api/status/`

This endpoint requires no request parameters or authentication and responds with the status of the Valtt API.

{% tabs %}
{% tab title="200 Status successfully retrieved." %}

```
{
    "api_name": "Valtt Clickwrap API",
    "api_version": "1.0",
    "status": "available",
    "time_gmt": "2020-07-21 16:24:53"
}
```

{% endtab %}
{% endtabs %}

### Example cURL Request

```
curl --location --request GET 'https://app.valtt.com/api/status'
```
