---
title: "Get my profile"
method: GET
path: "/social-media/profile"
tags: ["📸 Social Media"]
---

# Get my profile

`GET /social-media/profile`

The API endpoint allows a logged-in user to fetch their social media profile.

When the user is authenticated and authorized, accessing this endpoint will return the user's social media profile information, such as their username, bio, avatar, cover image, and other relevant details.

## Response `200`

Get my profile

- object
  - `data` object
    - `__v` number
    - `_id` string
    - `account` object
      - `_id` string
      - `avatar` object
        - `_id` string
        - `localPath` string
        - `url` string
      - `email` string
      - `isEmailVerified` boolean
      - `username` string
    - `bio` string
    - `countryCode` string
    - `coverImage` object
      - `_id` string
      - `localPath` string
      - `url` string
    - `createdAt` string
    - `dob` string
    - `firstName` string
    - `followersCount` number
    - `followingCount` number
    - `isFollowing` boolean
    - `lastName` string
    - `location` string
    - `owner` string
    - `phoneNumber` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
