Wallet management endpoints
Sends an Unstoppable Lite Wallet invitation to a specified contact
Sends an Unstoppable Lite Wallet invitation to a specified contact
post/user/{address}/wallet/invite
Path parameters
addressstring required
A wallet address associated with the invitation sender account
Request body
Example request
{
"emailAddress": "user@email.com",
"password": "secret-password"
}Response
Account status
Example response
{
"emailAddress": "myname@email.com",
"active": true,
"clock": 1722600216741
}