Wallet management endpoints
Retrieves account status for an account specified by an identifier
Retrieves account status for an account specified by an identifier
post/user/{identifier}/wallet/account
Path parameters
identifierstring required
An account identifier
Response
Account status
Example response
{
"emailAddress": "myname@email.com",
"active": true,
"clock": 1722600216741
}