Sign in

Get page

documented

Retrieve a page by ID, including its content and widgets.

GET /api/v1/pages/get/{page_id}/Pagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$group_name}}.papyrs.com/api/v1/pages/get/{{$page_id}}/?auth_token={{PAPYRS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get page · Papyrs · OpenIntegrations