---
title: "Get user settings"
method: GET
path: "/v1/settings"
tags: ["Settings"]
---

# Get user settings

`GET /v1/settings`

Returns the authenticated user's settings: `ntfy_topic`, `plan`, and `email`. Auth via `x-api-key` or session cookie.

## Response `200`

Default Response

- object
  - `email` string — User email address
  - `plan` string — Subscription plan (free, pro, enterprise)
  - `ntfy_topic` string — ntfy.sh topic slug for push notifications

---

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