Sign in

List pages for page group

documented

Retrieve all pages that belong to a given page group.

GET /page_groups/{page_group_id}/pagesPage Groupsno 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/page_groups/{{$page_group_id}}/pages?sort_order={{$sort_order}}&count={{$count}}&from={{$from}}&to={{$to}}&offset={{$offset}}&limit={{$limit}}" \
  -X GET \
  -u "{{UNBOUNCE_API_KEY}}:" \
  -H "Accept: application/vnd.unbounce.api.v0.4+json"
List pages for page group · unbounce · OpenIntegrations