Neynar · Schema

MarkNotificationsAsSeenReqBody

Neynar Farcaster API schema for MarkNotificationsAsSeenReqBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
signer_uuid string The UUID of a signer with at least one write permission. Required unless a valid Authorization Bearer token is provided in the header.
type object
View JSON Schema on GitHub

JSON Schema

marknotificationsasseenreqbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/MarkNotificationsAsSeenReqBody",
  "title": "MarkNotificationsAsSeenReqBody",
  "description": "Neynar Farcaster API schema for MarkNotificationsAsSeenReqBody",
  "properties": {
    "signer_uuid": {
      "description": "The UUID of a signer with at least one write permission.  Required unless a valid Authorization Bearer token is provided in the header.",
      "type": "string"
    },
    "type": {
      "$ref": "#/components/schemas/NotificationType"
    }
  },
  "type": "object"
}