---
title: "Resend Invite"
method: POST
path: "/api/invites/{id}/resend"
tags: ["invites"]
---

# Resend Invite

`POST /api/invites/{id}/resend`

Resend Vouched Now invite.

## Path parameters

- `id` string, required

## Response `200`

Resend Invite to use Vouched

## Other responses

- `400` — InvalidRequestError - The request is invalid.
- `401` — AuthenticationError - The request could not be authenticated.
- `404` — ConnectionError - A connection error occurred while communicating to the Vouched service.
- `429` — TooManyRequestsError - the Vouched service has throttled this request.
- `500` — UnknownSystemError - A unknown system error occurred.

---

[API](https://skmtc.net/vouched/apis/vouched-api.md) · [All operations](https://skmtc.net/vouched/apis/vouched-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vouched/vouched-api/versions/e6b14826bf7f/schema)
