Sign in

List form fields

documented

Retrieve a full list of all form fields across all page variants for a specific page.

GET /pages/{page_id}/form_fieldsPagesno 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://api.unbounce.com/pages/{{$page_id}}/form_fields?sort_order={{$sort_order}}&count={{$count}}&include_sub_pages={{$include_sub_pages}}" \
  -X GET \
  -u "{{UNBOUNCE_API_KEY}}:" \
  -H "Accept: application/vnd.unbounce.api.v0.4+json"
List form fields · unbounce · OpenIntegrations