Retrieve account details.
GET
/accountLast modified: 9 days ago
Maintainer:
Fetches the account name if authorized, otherwise returns an unauthorized error.
Request
None
Request samples
Responses
OK(200)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Successful response with account name.
Data Schema
name
string
optional
The name of the account.
Example:
Account Name
Example
{
"name": "Account Name"
}
Last modified: 9 days ago