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

# Licença

<mark style="color:blue;">`GET`</mark> `http://cess.local/license`

#### Headers

| Name         | Type   | Description |
| ------------ | ------ | ----------- |
| Content-Type | String |             |

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

```json
{
    "license": "eyJzaWduZWREYXRhIjoiIiwic2lnbmF0dXJlIjoiayIsImRldGFpbCI6eyJjb2RlIjoiIiwic3RhdHVzIjoiIiwibWVzc2FnZSI6IlN1Y2Nlc3NmdWxseSBzaWduZWQifX0="
}
```

{% endtab %}
{% endtabs %}
