Supported Formats
json
Examples
Request
GET /v1/user/whoami?auth_token=xUixYVWxiP_e5brwsWZ-
Response
200
{
"id": 181,
"email": "rkim@skimia.org",
"authentication_token": null,
"created_at": "2016-06-10T12:17:11.877+02:00",
"updated_at": "2016-06-10T12:17:11.877+02:00",
"slug": "adam-181",
"name": "Samuel Campbell",
"screen_name": "Adam 181",
"about": "<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin risus. Praesent lectus.</p>",
"send_comment_on_design_notifications": true,
"real_name": "Kevin Ward",
"avatar_file": {
"url": "/spec_uploads/user/avatar_file/181/example.jpg",
"medium": {
"url": "/spec_uploads/user/avatar_file/181/medium_example.jpg"
},
"span4": {
"url": "/spec_uploads/user/avatar_file/181/span4_example.jpg"
},
"span2": {
"url": "/spec_uploads/user/avatar_file/181/span2_example.jpg"
},
"span1": {
"url": "/spec_uploads/user/avatar_file/181/span1_example.jpg"
},
"mini": {
"url": "/spec_uploads/user/avatar_file/181/mini_example.jpg"
}
},
"url": "http://kwilith.name",
"location": "Haiti",
"show_random": false,
"follow_conversations": true,
"last_used_device_id": null,
"group_id": null,
"skills": [],
"banned": null,
"send_follow_notifications": true,
"send_your_design_got_printed_notifications": true,
"send_your_design_got_added_to_collection_notifications": true,
"send_new_design_by_person_you_follow_notifications": true,
"wants_newsletter": true,
"email_token": "5d96cb9f04801f1399b2faaa",
"donate_url": null,
"send_collection_updated_follower_notifications": true,
"role": "user"
}