Skip to main content
GET
/
custodians
/
me
/
clients
/
{clientId}
/
wallets
/
{walletId}
/
ejectable-backup-shares
Get ejectable backup shares
curl --request GET \
  --url https://api.portalhq.io/api/v3/custodians/me/clients/{clientId}/wallets/{walletId}/ejectable-backup-shares \
  --header 'Authorization: Bearer <token>'
{
  "encryptedClientBackupShare": "0351cf2baa54748662a6c89bb032...",
  "custodianBackupShare": "{\"backupSharePairId\":\"...\",\"share\":\"...\",\"ssid\":\"...\"}"
}

Documentation Index

Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Path Parameters

clientId
string
required

The unique identifier of the client.

walletId
string
required

The unique identifier of the wallet.

Response

Backup shares retrieved successfully

encryptedClientBackupShare
string | null

The encrypted client backup share, or null if not available.

custodianBackupShare
string

JSON-stringified custodian backup share data.