Version 0.1
Get the current user
GET /user
View profile of the current user (owner of the access token).
Response
Returns the user object.
Example
Request
GET /user?v=0.1
Host: api.deftask.com
Response
200 OK
Content-Type: application/json
{
"userId": 1,
"name": "Chaitanya Gupta",
"thumbUrl": https://api.deftask.com/file/users/0AA921AE-3AD6-4D85-AFB7-BBD312F2E14B?v=0.1,
"picUrl": https://api.deftask.com/file/users/4553FB79-9277-486C-882E-8C51FF4F0BD9?v=0.1
}