My Project
  1. User
My Project
  • OUTBACK APIs
    • User
      • Create User
        POST
      • Login User
        POST
      • Forgot Password
        POST
      • Validate otp
        POST
      • Reset Password
        POST
      • Social login
        POST
      • Search Post
        GET
      • Update User
        PUT
      • Get Profile
        GET
      • Get User Profile for Web
        GET
      • Delete Account
        DELETE
      • Logout
        POST
      • Get All Users
        GET
      • Update FCM TOKEN
        PUT
      • Verify User
        POST
      • Follow Unfollow User
        POST
      • Get User Connections
        GET
    • 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
      • Create Chatroom
      • Send Message
      • Get Messages
      • Get ChatRoom
      • Update block status
      • Delete Message
    • Town Hall
      • Add townhall post
      • get town hall post
      • get specific user townhall post
      • reaction on townhall post
      • Add replies
      • get replies
      • Reaction On reply
      • get Location search
      • Report Townhall post
    • notfication
      • message notfication
      • message notfication
    • Category
      • Update Category
      • Get Model By Makes
      • get category V2
      • Add Category
      • Add subcategory
      • Get Categories
      • Delete Category
    • Payments
      • Add Card
      • Get Cards
      • Top up Wallet
      • Get Transaction History
      • View Wallet balence
      • Make Payments
      • Update Default Card
      • Add Bank Account
      • Update Bank Account
      • Withdraw to Bank Acc
    • PAYMENTS APIS
      • Create Setup Intent
      • Save Payment Method
      • For getting test payment Id
      • View Balance
      • Add funds to Account
      • Add Bank Account
      • Get User Bank Accounts
      • Select Default Bank Acc
  1. User

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
Previous
Update User
Next
Get User Profile for Web
Built with