List pages in account
documentedRetrieve all pages under the specified account.
GET /accounts/{account_id}/pagesAccountsno 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/accounts/{{$account_id}}/pages" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/vnd.unbounce.api.v0.4+json"