Skip to content

API: Account

Simon Bartlett edited this page Feb 5, 2015 · 1 revision

Table of Contents

GET /account

Retrieve information for current user

Example
GET /account
{
    "id": "54b33a7a79deea2116f15c1b",
    "firstName": "bob",
    "lastName": "smith",
    "username": "bsmith",
    "displayName": "bob smith",
    "avatar": "a74b7ad4ae60e8189e06b572e78366de"
}