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>"
  }
]

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

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.