# Reset email

## Reset email

<mark style="color:green;">`POST`</mark> `https://api.vaultoro.com/v1/public/resetEmail`

This endpoint allows to reset user's email using the token sent with email.

#### Request Body

| Name  | Type   | Description                        |
| ----- | ------ | ---------------------------------- |
| token | string | Confirmation token sent with email |

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

```
{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Ain't no cake like that."}
```

{% endtab %}
{% endtabs %}
