Account Endpoints

/account

Endpoint for managing the current session account.


Create an account

Accounts are created using the /app/signup and /account/networks endpoints.


Read an account

GET /account

Returns the current account object,

{
  TODO
}

Update an account

POST /account

Returns the current account object.

{
  TODO
}

Delete an account

DELETE /account

Previous
/app/signup