User Detail Endpoint
URL |
Required Values |
HTTP Methods |
|---|---|---|
GET |
You can get all your details via a GET request.
Sample Output:
{
"id": 35,
"user": {
"first_name": "Ram",
"last_name": "Thapa",
"username": "ramthapa",
"email": "ram.thapa639@gmail.com"
},
"profile_picture": "https://app.tingting.io/media/account/1/202510200010/profile_image.jpg",
"contact_no": "9808365218",
"address": "Lalitpur",
"is_verified_contact": true
}