List pages for sub-account
documentedRetrieve all pages for the specified sub-account.
GET /sub_accounts/{sub_account_id}/pagesSub Accountsno implementation yet0 runsNo 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}}/pages" \
-u "{{UNBOUNCE_API_KEY}}:" \
-H "Accept: application/vnd.unbounce.api.v0.4+json" \
-H "Content-Type: application/json"