V1 endpoints
These endpoints require a Client API Key as a bearer token.
Notify Portal when you store or fail to store the encrypted client backup share.
PUT
https://api.portalhq.io/api/v1/clients/me/wallet/stored-client-backup-share
By letting Portal know that you stored the encrypted client backup share successfully, the client is now capable of running portal.recover
.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer <Client API Key> |
Content-Type* | String | application/json |
Request Body
Name | Type | Description |
---|---|---|
backupMethod* | "ICLOUD" | "GDRIVE" | "PASSKEY" | "PASSWORD" | Provide the backup method used when |
success* | Boolean | Provide |
No response body.
Last updated