cURL
curl --request GET \ --url https://build.wield.xyz/farcaster/v2/notifications \ --header 'API-KEY: <api-key>' \ --header 'authorization: <authorization>'
{ "result": { "notifications": [ { "type": "<string>", "message": "<string>", "timestamp": "2023-11-07T05:31:56Z" } ], "next": "<string>" }, "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 notifications
The response is of type object.
object