Neynar · Schema

AuthorizationUrlResponse

Neynar Farcaster API schema for AuthorizationUrlResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
authorization_url string
View JSON Schema on GitHub

JSON Schema

authorizationurlresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/AuthorizationUrlResponse",
  "title": "AuthorizationUrlResponse",
  "description": "Neynar Farcaster API schema for AuthorizationUrlResponse",
  "properties": {
    "authorization_url": {
      "format": "uri",
      "type": "string"
    }
  },
  "required": [
    "authorization_url"
  ],
  "type": "object"
}