# GET /ready

`GET /ready`

Pasta: **Sistema**

## Autenticação

```http
token: {{token}}
```

## Descrição

# GET /ready

```http
GET {{baseUrl}}/ready
```

## Autenticação

Header `token: {{token}}`

## cURL

```bash
curl -X GET "{{baseUrl}}/ready" \
  -H "token: {{token}}"
```

---

[Índice da pasta](./index.md) · [Índice geral](../index.md) · [UI](https://gozap.dev/docs?op=sistema/get-ready)
