Green Brain API

Green Brain API

Authentication

Route: /auth/login
Description: Login to the API and retrieve an authentication token to make requests to secured routes
Requires Auth: No
Method: POST
Example Response:
{
  "token": "abcdefghijklmnopqrstuvwxyz123456789",
  "accountId": 1
}