cURL
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>" } ]
Retrieves the backup share pairs for a specific wallet.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The unique identifier of the wallet.
Backup share pairs retrieved successfully
Backup share pair ID.
Backup method used.
Current status.
Creation timestamp.
Was this page helpful?