---
title: "Retrieve a personal profile"
method: GET
path: "/v0.1/me/personal-profile"
tags: ["Merchant"]
deprecated: true
---

# Retrieve a personal profile

`GET /v0.1/me/personal-profile`

> **Deprecated.**

Retrieves personal profile data.

## Response `200`

OK

- PersonalProfileLegacy — Account's personal profile.
  - `first_name` string — First name of the user
  - `last_name` string — Last name of the user
  - `date_of_birth` string — Date of birth
  - `mobile_phone` string — Mobile phone number
  - `address` AddressWithDetails — Details of the registered address.
    - `address_line1` string — Address line 1
    - `address_line2` string — Address line 2
    - `city` string — City
    - `country` string — Country ISO 3166-1 code
    - `region_id` number — Country region id
    - `region_name` string — Region name
    - `region_code` string — Region code
    - `post_code` string — Postal code
    - `landline` string — Landline number
    - `first_name` string — undefined
    - `last_name` string — undefined
    - `company` string — undefined
    - `country_details` CountryDetails — Country Details
      - `currency` string — Currency ISO 4217 code
      - `iso_code` string — Country ISO code
      - `en_name` string — Country EN name
      - `native_name` string — Country native name
    - `timeoffset_details` TimeoffsetDetails — TimeOffset Details
      - `post_code` string — Postal code
      - `offset` number — UTC offset
      - `dst` boolean — Daylight Saving Time
    - `state_id` string — undefined
  - `complete` boolean

## Other responses

- `401` — Unauthorized

## Changes

- **2025-10-02** `c7df85140547` — 1 info
  - endpoint deprecated
- **2025-02-25** `cdadac3315a1` — 2 info
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `oauth2` was added to the API

[Change history](https://skmtc.dev/sumup/apis/sumup-rest-api/changes/v0.1/me/personal-profile/get.md)

---

[API](https://skmtc.dev/sumup/apis/sumup-rest-api.md) · [All operations](https://skmtc.dev/sumup/apis/sumup-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sumup/sumup-rest-api/revisions/d32eef8a3bd2/schema)
