---
title: "List of mini app notification tokens"
method: GET
path: "/v2/farcaster/frame/notification_tokens/"
tags: ["Frame"]
---

# List of mini app notification tokens

`GET /v2/farcaster/frame/notification_tokens/`

Returns a list of notifications tokens related to a mini app

## Query parameters

- `limit` integer
- `fids` string
- `cursor` string

## Response `200`

Success

- FrameNotificationTokens
  - `next` NextCursor, required — Returns next cursor
    - `cursor` string, nullable, required
  - `notification_tokens` object[], required
    - `created_at` string, date-time
    - `fid` integer — The unique identifier of a farcaster user or app (unsigned integer)
    - `object` 'notification_token'
    - `status` 'enabled' | 'disabled' | 'invalid'
    - `token` string
    - `updated_at` string, date-time
    - `url` string

## Other responses

- `400` — Bad Request

---

[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)
