# 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'
```
