Supported Formats

json

Examples

GET /api/v1/me
200
{
  "id": 3,
  "username": "test",
  "receive_email": true,
  "created_at": "2016-01-07T02:07:14.000Z",
  "updated_at": "2016-01-07T02:07:21.000Z",
  "keyboard_shortcuts": false,
  "options": {
    "advanced_menu": true
  },
  "html_url": "http://www.example.com/test",
  "avatar_url": "http://www.example.com/test/avatar",
  "lang": {
    "code": "en",
    "model": "lang"
  },
  "name": "test",
  "model": "user"
}