cURL
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" }
Free API key needed to authorize requests, grab one at docs.wield.xyz
User authorization token, entered as Bearer <token>
Bearer <token>
Successful retrieval of unseen notifications count
The response is of type object.
object