Skip to main content
GET
/
clients
/
me
/
wallets
/
{walletId}
/
backup-share-pairs
Get backup share pairs
curl --request GET \
  --url https://api.portalhq.io/api/v3/clients/me/wallets/{walletId}/backup-share-pairs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "backupMethod": "<string>",
    "status": "<string>",
    "createdAt": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Path Parameters

walletId
string
required

The unique identifier of the wallet.

Response

Backup share pairs retrieved successfully

id
string

Backup share pair ID.

backupMethod
string

Backup method used.

status
string

Current status.

createdAt
string

Creation timestamp.