---
title: "Fetch Profile"
method: GET
path: "/Profile"
---

# Fetch Profile

`GET /Profile`

This API route allows a developer application to fetch the authenticated user's public ShopMy profile information. This route requires the user to permission your app for the read_profile scope.

## Response `200`

200

- object
  - `success` boolean, required
  - `profile` Profile, required
    - `id` integer, required
    - `name` string, required
    - `username` string, required
    - `bio` string, nullable
    - `image` string, nullable
    - `social_links` string[], required
    - `country_code` string, nullable
    - `url` string, required

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/shopmy/apis/brand-partners-api.md) · [All operations](https://skmtc.net/shopmy/apis/brand-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopmy/brand-partners-api/versions/d5bd6f65327c/schema)
