# Cosa è Maxel7

{% hint style="warning" %}

Questo contenuto è in fase di editing
{% endhint %}

## Get a new access based on offline token

<mark style="color:green;">`POST`</mark> `{{protocol}}://{{kcServer}}/realms/{{kcRealm}}/protocol/openid-connect/token`

Recupera access token

#### Path Parameters

| Name                                 | Type   | Description |
| ------------------------------------ | ------ | ----------- |
| id<mark style="color:red;">\*</mark> | int    | id entità   |
|                                      | String |             |

#### Headers

| Name                                           | Type   | Description |
| ---------------------------------------------- | ------ | ----------- |
| content-type<mark style="color:red;">\*</mark> | String | json        |
|                                                | String |             |

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

{% endtab %}

{% tab title="201 " %}

{% endtab %}

{% tab title="200: OK " %}
{test:test}
{% endtab %}
{% endtabs %}
