---
title: "Get my profile"
method: GET
path: "/ecommerce/profile"
tags: ["🛒 Ecommerce"]
---

# Get my profile

`GET /ecommerce/profile`

The API endpoint allows you to retrieve the e-commerce profile of the logged-in user.

When accessing this endpoint, you will receive a response containing the basic details of the user's e-commerce profile.

This includes information such as the user's name, email address, phone number, and other relevant details.

## Response `200`

Get my profile

- object
  - `data` object
    - `__v` number
    - `_id` string
    - `countryCode` string
    - `createdAt` string
    - `firstName` string
    - `lastName` 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/versions/a9f3a290e4dc/schema)
