We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get user account info from backend
As a user, I want to get details about the account related to a role0 or staking key
Use cases: #1134 #1136 #1138
GIVEN user keychain (ie role0 public key) GET
The same data should also be queryable using the staking key, and would return all the same info, in addition to the role0 key.
Authorization: N/a - read access only on data that is publicly available elsewhere
All data should be returned in a single response, so the UI can parse and display whatever data is needed in a particular context.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
get user account info from backend
Description
As a user, I want to get details about the account related to a role0 or staking key
Use cases:
#1134
#1136
#1138
GIVEN user keychain (ie role0 public key) GET
The same data should also be queryable using the staking key, and would return all the same info, in addition to the role0 key.
Authorization: N/a - read access only on data that is publicly available elsewhere
All data should be returned in a single response, so the UI can parse and display whatever data is needed in a particular context.
The text was updated successfully, but these errors were encountered: