GET
/
integrations
/
notion
/
import
curl --request GET \
  --url https://api.supermemory.ai/v1/integrations/notion/import \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
text/event-stream
Stream of import progress

The response is of type string.