Skip to main content
POST
/
v1
/
notion_search
notion_search
curl --request POST \
  --url https://api.fetchbean.com/v1/notion_search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "filter": "<string>",
  "page_size": 50,
  "start_cursor": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
query
string
filter
string
page_size
integer
Required range: 1 <= x <= 100
start_cursor
string

Response

Success

The response is of type object.