---
title: "Enabled notifications"
method: GET
path: "/v2/farcaster/app_host/user/state/"
tags: ["App Host"]
---

# Enabled notifications

`GET /v2/farcaster/app_host/user/state/`

Returns the current notification state for a specific user across all mini app domains in this app host. Shows which domains have notifications enabled.

## Query parameters

- `fid` integer, required

## Response `200`

Success

- AppHostUserStateResponse
  - `notifications_enabled` object[], required — List of domains for which notifications are enabled for this user
    - `domain` string, required — Domain of the mini app
    - `status` string, required — Status of notifications for this domain (usually 'valid')
    - `updated_at` string, date-time, required — When the notification preference was last updated

## Other responses

- `400` — Bad Request
- `404` — Resource not found
- `500` — Server Error

---

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