---
title: "GET /v1/shared/auth/profile/"
method: GET
path: "/v1/shared/auth/profile/"
tags: ["v1"]
---

# GET /v1/shared/auth/profile/

`GET /v1/shared/auth/profile/`

## Response `200`

- SharedUserProfile
  - `id` integer, required
  - `first_name` string, required
  - `last_name` string, required
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `birth_date` string, date, nullable, required
  - `email` string, email, nullable
  - `phone` string, nullable, required
  - `bonus` string, decimal, required
  - `avatar` string, uri, nullable
  - `grant_sent` boolean, required
  - `grant_accessible` boolean, required
  - `loyalty_percent` integer, required
  - `verified` boolean, required
  - `extra` unknown
  - `delivery_limit` string, decimal, required
  - `orders_price` string, decimal, required
  - `next_loyalty` string, required

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
