GET
/
farcaster
/
v2
/
unseen-notifications-count
curl --request GET \
  --url https://build.wield.xyz/farcaster/v2/unseen-notifications-count \
  --header 'API-KEY: <api-key>' \
  --header 'authorization: <authorization>'
{
  "result": {
    "unseenCount": 123
  },
  "source": "v2"
}

Headers

API-KEY
string
default:DEMO_REPLACE_WITH_FREE_API_KEY
required

Free API key needed to authorize requests, grab one at docs.wield.xyz

authorization
string
default:Bearer <token>
required

User authorization token, entered as Bearer <token>

Response

200 - application/json
Successful retrieval of unseen notifications count
result
object
source
string
Example:

"v2"