> For the complete documentation index, see [llms.txt](https://docs.numaly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.numaly.com/resend-verification.md).

# Resend Verification Request

## Resend Verification Request

<mark style="color:green;">`POST`</mark> `https://api.numaly.com/v1/requests/{id}/resend`

**Note:** You may also only resend a request a maximum of 5 times.

#### Path Parameters

| Name | Type   | Required | Description                                    |
| ---- | ------ | -------- | ---------------------------------------------- |
| id   | string | true     | Verification request `id` or your `request_id` |

{% tabs %}
{% tab title="201 Request resent successfully." %}

```
```

{% endtab %}

{% tab title="403 Resend limit exceeded (maximum of 5)" %}

```
```

{% endtab %}

{% tab title="404 Verification request not found." %}

```
```

{% endtab %}
{% endtabs %}
