Wallet storage endpoints
Retrieve a list of keys that can be used with wallet storage
Retrieve a list of keys that can be used with wallet storage. Authentication with an API key is required.
get/user/{account}/wallet/storage/keys
Path parameters
accountstring required
The account ID to authenticate
Headers
Authorizationstring required
The JWT access token that authorizes the request
Response
List of keys
Example response
[
{
"key": "key1",
"example": "value1",
"description": "This storage key is used to store the XYZ data"
}
]