Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

REST API :: Users

George Czabania edited this page Feb 20, 2014 · 2 revisions

Users

Show the authenticated user

GET /api/me
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
 "id": 2,
 "name": "Sam",
 "email": "crazycheese@gmail.com",
 "pro": false,
 "createdAt": "2014-01-04T29:58:34.448Z"
}
Clone this wiki locally