---
title: "Get the authenticated user's notification config"
method: GET
path: "/shop/my-notification-config"
tags: ["Users"]
---

# Get the authenticated user's notification config

`GET /shop/my-notification-config`

Returns the authenticated user's per-site automated-report
subscription state. Today this only exposes the **end-of-day
summary** preference — whether the calling user is currently a
recipient of the daily end-of-day email for the site.

The site is resolved from the request authentication context; no
`site_id` query parameter is required. Sub-resources under
`/shop/my-notification-config` toggle individual subscriptions.

## Response `200`

The authenticated user's notification config.

- object
  - `data` object, required
    - `automated_reports` object, required — The user's per-report subscription flags. Each key is `true` when the user is a recipient of that automated report at the current site.
      - `end_of_day_summary` boolean, required — Whether the user receives the site's daily end-of-day summary email.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
