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

# Create backup action and event for a specified location without performing actual backup

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

## Path parameters

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

## Request body

- BackupKeySharesToLocationRequest
  - `location` 'googleDrive' | 'iCloud' | 'dynamic' | 'external' | 'delegated', required

## Response `201`

Backup action and event created successfully

- BackupKeySharesToLocationResponse
  - `message` string, required
  - `walletId` string, required
  - `location` 'googleDrive' | 'iCloud' | 'dynamic' | 'external' | 'delegated', 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)
