v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBFrame
List of mini app notification tokens
Returns a list of notifications tokens related to a mini app
get/v2/farcaster/frame/notification_tokens/
Query parameters
limitinteger
Example:20
Number of results to fetch
fidsstring
Example:194, 191, 6131
Comma separated list of FIDs, up to 100 at a time. If you pass in FIDs, you will get back the notification tokens for those FIDs. If you don't pass in FIDs, you will get back all the notification tokens for the mini app.
cursorstring
Pagination cursor
Response
Success
Example response
{
"notification_tokens": [
{
"fid": 3
}
]
}