---
title: "Resend a wallet share invitation email"
method: POST
path: "/api/v2/{coin}/walletshare/{shareId}/resendemail"
tags: ["Wallet share"]
---

# Resend a wallet share invitation email

`POST /api/v2/{coin}/walletshare/{shareId}/resendemail`

Resends the wallet share invitation to the share recipient. The wallet
share must not have been accepted yet.

## Path parameters

- `coin` string, required — A cryptocurrency or token ticker symbol.
- `shareId` string, required

## Response `200`

OK

- ResendShareEmailResponse
  - `resent` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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