Sign in

List pages in account

documented

Retrieve all pages under the specified account.

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