@ -13,8 +13,10 @@ Request an access token.
### Request a token [POST]
+ Request (application/json)
{ "username": "username", "password": "hash" }
+ Body
+ Response 200 (application/json)
{ "status": "OK", "token": "user-token" }