Returns the current account
GET /account
Responses
200Account found
401Invalid access credentials
Response body
errors[] item
Request field where the error occurred
Error type code
Error message
{
"errors": [
{
"field": "string",
"type": "string",
"message": "string"
}
]
}