Skip to main content
POST
/
v1
/
bluesky_notifications
bluesky_notifications
curl --request POST \
  --url https://api.fetchbean.com/v1/bluesky_notifications \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "limit": 50,
  "cursor": "<string>",
  "reasons": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
limit
integer
Required range: 1 <= x <= 100
cursor
string
reasons
string[]

Response

Success

The response is of type object.