- OUTBACK APIs
- User
- Post
- Get Popular Categories Post
- Add Post
- Update Post
- Get Post
- Get My Post
- Detail Post By Id
- Get Trending Posts
- Get Most Viewed Post
- get specfic user post
- Record Fav_Unfav post
- Get Favt Post
- Record Views
- All Posts Views
- Add Comment
- Get Comments
- Get Collection List
- Get Post Collection
- Remove Collection
- Soft Delete Post
- Delete Post
- Update Sold Type
- report post
- update thumnail of posts
- ChatRoom/Messages
- Town Hall
- notfication
- Category
- Payments
- PAYMENTS APIS
Get Profile
GET
/usr-mgt/get-profile
Request
Query Params
user_id
string
optional
Header Params
Authorization
string
required
Example:
bearer {{accessToken}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://13.239.78.144:3000/api/v1/usr-mgt/get-profile?user_id' \
--header 'Authorization: bearer '
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"status": 1,
"statusCode": 200,
"message": "Profile fetched successfully",
"data": {
"_id": "675a87b80a7c786f3d52a106",
"name": "nazish cheema",
"email": "nazish@gmail.com",
"agree": true,
"address": {
"place": "Canberra",
"zip_code": "2600"
},
"location": {
"type": "Point",
"coordinates": [
0,
0
]
},
"createdAt": "2024-12-12T06:50:32.012Z",
"updatedAt": "2025-04-10T07:49:10.877Z",
"accessTokenStatus": true,
"profile_photo_url": "https://outback-prod-bucket.s3.ap-southeast-2.amazonaws.com/2p4DsyO5qaVWBu4nAfTdkgrIswH%201.png",
"fcm_token": "fkQAygaNw01En8mp-EJxe3:APA91bH6tlseXRrDj-6p7dw_hSe5ntVS7iTcgdlC71kl7bktKsepmwyh_1AkhtLHTOtd4GhThkCiHhZNsjk3mLL6dWX9m7lzPioUAWCZjwcCrKIw68nN9vk",
"phone": "0333696961",
"stripe_customer_id": "cus_RvGpQfMY0ILXJ7",
"social_links": [
{
"platform": "Instagram",
"url": "https://www.instagram.com/yourprofile",
"_id": "67f76bff5f90f4db9b17b2ea"
},
{
"platform": "twittor",
"url": "https://www.linkedin.com/in/yourprofile",
"_id": "67f76bff5f90f4db9b17b2eb"
},
{
"platform": "Facebook",
"url": "https://twitter.com/yourprofile",
"_id": "67f76bff5f90f4db9b17b2ec"
}
],
"banner_bio_text": "we providing every kind of clothes",
"banner_image_url": "",
"followers": 1,
"following": 1,
"is_following": false,
"total_posts": 0
}
}
🟢200OK
Modified at 2025-05-14 13:56:31