---
title: "Get current user segment state"
method: GET
path: "/v1/profiles/me/segments"
tags: ["Profile"]
---

# Get current user segment state

`GET /v1/profiles/me/segments`

Retrieves on-demand segment-driven UI state for the authenticated user, such as checkout recovery (abandoned or failed checkout). Kept separate from the profile payload so the login path stays fast; call it only where segment-driven UI exists.

## Response `200`

Segment state retrieved successfully

- ProfileSegments
  - `checkoutRecovery` CheckoutRecoveryDto
    - `state` string
    - `plan` integer
    - `licenses` integer
    - `declineCode` string
    - `updated` integer

## Other responses

- `401` — User is not authorized to access this endpoint
- `500` — Internal server error

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
