---
title: "Create backup action and event for multiple locations without performing actual backup"
method: POST
path: "/sdk/{environmentId}/waas/{walletId}/keyShares/backup/locations"
tags: ["SDK"]
---

# Create backup action and event for multiple locations without performing actual backup

`POST /sdk/{environmentId}/waas/{walletId}/keyShares/backup/locations`

## Path parameters

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

## Request body

- BackupKeySharesToLocationsRequest
  - `locations` object[], required
    - `location` 'googleDrive' | 'iCloud' | 'dynamic' | 'external' | 'delegated', required
    - `keygenId` string
    - `thresholdSignatureScheme` 'TWO_OF_TWO' | 'TWO_OF_THREE' | 'THREE_OF_FIVE'
    - `externalKeyShareId` string

## Response `201`

Backup action and event created successfully

- BackupKeySharesToLocationsResponse
  - `message` string, required
  - `walletId` string, required
  - `locationsWithKeyShares` object[], required
    - `location` 'googleDrive' | 'iCloud' | 'dynamic' | 'external' | 'delegated', required
    - `keyShareId` string, required
    - `externalKeyShareId` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `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)
