---
title: "Resend an invitation"
method: POST
path: "/v1/invitations/{invitation_id}/resend"
tags: ["Invitations"]
---

# Resend an invitation

`POST /v1/invitations/{invitation_id}/resend`

Resend an existing invitation.

If you are using a personal access token, you need to have an access level superior or equal to `manager`.

## Path parameters

- `invitation_id` integer, required

## Request body

- object

## Response `200`

Invitation sent

- object
  - `detail` string — Details on response.

## Other responses

- `400` — Invalid data
- `401` — Invalid API key
- `403` — Forbidden Call
- `404` — Invitation not found
- `429` — Too many requests
- `503` — API under maintenance

---

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