---
title: "Deliver encrypted delegated share"
method: POST
path: "/sdk/{environmentId}/waas/{walletId}/delegatedAccess/delivery"
tags: ["SDK"]
---

# Deliver encrypted delegated share

`POST /sdk/{environmentId}/waas/{walletId}/delegatedAccess/delivery`

Accepts delivery of the encrypted delegated share.

## Path parameters

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

## Request body

- DelegatedShareDeliveryRequest
  - `encryptedDelegatedShare` object, required
    - `alg` string, required
    - `iv` string, required
    - `ct` string, required — A string with a max length of 4096 characters
    - `tag` string, required
    - `ek` string, required — A string with a max length of 4096 characters
    - `kid` string

## Response `202`

Delegated share accepted for processing

- DelegatedShareDeliveryResponse
  - `delegatedShareDeliveryId` string, uuid, required — Unique identifier for this delivery, used for tracking and correlation
  - `status` 'accepted' | 'queued', required — Current status of the delegated share delivery
  - `message` string — Human-readable status message

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `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/versions/aac826315d90/schema)
