---
title: "Get Profile"
method: GET
path: "/api/user/profile"
---

# Get Profile

`GET /api/user/profile`

Return the current user's profile.

## Response `200`

Successful Response

- UserProfileResponse
  - `id` string, required
  - `user_id` string, required
  - `phone` string, required
  - `timezone` string, required
  - `soul_text` string, required
  - `user_text` string, required
  - `heartbeat_text` string, required
  - `preferred_channel` string, required
  - `channel_identifier` string, required
  - `heartbeat_opt_in` boolean, required
  - `heartbeat_frequency` string, required
  - `heartbeat_max_daily` integer
  - `onboarding_complete` boolean, required
  - `is_active` boolean, required
  - `data_sharing_consent` boolean
  - `data_sharing_consent_at` string, nullable
  - `created_at` string, required
  - `updated_at` string, required

## Changes

- **2026-05-01** `beaacd674ec8` — 2 info
  - added the optional property `data_sharing_consent` to the response with the `200` status
  - added the optional property `data_sharing_consent_at` to the response with the `200` status
- **2026-03-23** `fdf71fbdd784` — 1 info
  - added the optional property `heartbeat_max_daily` to the response with the `200` status
- **2026-03-20** `4c528359213d` — 3 warning
  - removed the optional property `data_sharing_consent` from the response with the `200` status
  - removed the optional property `data_sharing_consent_at` from the response with the `200` status
  - removed the optional property `heartbeat_max_daily` from the response with the `200` status

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/profile/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
