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

NameTypeDescription

Authorization*

String

Bearer <Client API Key>

Content-Type*

String

application/json

Request Body

NameTypeDescription

backupMethod*

"ICLOUD" | "GDRIVE" | "PASSKEY" | "PASSWORD"

Provide the backup method used when portal.backup was ran.

success*

Boolean

Provide false if you failed to store the client backup share.

No response body.

Last updated