cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#NOTION_GET_PAGE_CONTENT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "NOTION_GET_PAGE_CONTENT", "parameters": { "blockId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Page ID : Specify a Block or Page ID to receive all of its block’s children in order. (example: "59833787-2cf9-4fdf-8782-e53db20768a5")
Success
Was this page helpful?