v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
SDK

Deliver encrypted delegated share

Accepts delivery of the encrypted delegated share.

post/sdk/{environmentId}/waas/{walletId}/delegatedAccess/delivery

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

walletIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

UUID of the wallet

Request body

Example request

{
  "encryptedDelegatedShare": {
    "alg": "An example name",
    "iv": "An example name",
    "tag": "An example name",
    "kid": "An example name"
  }
}

Response

Delegated share accepted for processing

delegatedShareDeliveryIdstring uuid required

Unique identifier for this delivery, used for tracking and correlation

status'accepted' | 'queued' required

Current status of the delegated share delivery

messagestring

Human-readable status message