Skip to main content
POST
/
v1
/
notion_create_page
notion_create_page
curl --request POST \
  --url https://api.fetchbean.com/v1/notion_create_page \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "parent": {},
  "properties": {},
  "children": [
    {}
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
parent
object
required
properties
object
required
children
object[]

Response

Success

The response is of type object.