Returns the current account

GET /account

Responses

200Account found
401Invalid access credentials
Response body
errorsarray
errors[] item
fieldstring

Request field where the error occurred

typestring

Error type code

messagestring

Error message

{
  "errors": [
    {
      "field": "string",
      "type": "string",
      "message": "string"
    }
  ]
}