---
title: "Recover multiple keyShares"
method: POST
path: "/sdk/{environmentId}/waas/{walletId}/keyShares/recover"
tags: ["SDK"]
---

# Recover multiple keyShares

`POST /sdk/{environmentId}/waas/{walletId}/keyShares/recover`

## Path parameters

- `environmentId` string, required
- `walletId` string, required

## Request body

- RecoverMultipleClientKeySharesRequest
  - `keyShareIds` Uuid[]

## Response `200`

Recover keyShares Success

- RecoverMultipleClientKeySharesResponse
  - `keyShares` WalletKeyShareInfoWithEncryptedAccountCredential[], required
    - `id` string, required
    - `backupLocation` string, required
    - `passwordEncrypted` boolean, required
    - `externalKeyShareId` string
    - `encryptedAccountCredential` string — A string with a max length of 4096 characters

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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