---
title: "Get public data"
method: GET
path: "/users/user_public_data/v1"
tags: ["/users"]
---

# Get public data

`GET /users/user_public_data/v1`

Retrieves public user data for the caller. | () -> (UserPublicData1)

## Response `200`

Successful Response

- UserPublicData1
  - `schema_version` 1, required
  - `created_at_timestamp` string, date-time, required
  - `user_id` string, required — Must be a string starting with `user_`
  - `_id` string, required

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
