-
Notifications
You must be signed in to change notification settings - Fork 8
Profile Handler
sri prashanth edited this page Mar 29, 2016
·
2 revisions
This method is called when the user goes to click edit profile.
GET http://app.donoroncall.com/api/profile
donoroncall_access_token
- access token obtained during login
- headers :
{ "access_token": "{donoroncall_access_token}" }
{
"status": "ok",
"username":"userName",
"bloodGroup" :"bloodGroup",
"name" :"name",
"dob" :"dob",
"phoneNo": "phoneNo",
"email":"email",
"message" : "Profile Details Loaded"
}