Sign in

List page groups for sub-account

documented

Retrieve all page groups for the specified sub-account.

GET /sub_accounts/{sub_account_id}/page_groupsSub Accountsno 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/sub_accounts/{{$sub_account_id}}/page_groups?sort_order={{$sort_order}}&count={{$count}}&from={{$from}}&to={{$to}}&offset={{$offset}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/vnd.unbounce.api.v0.4+json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"