Sign in

List pages for domain

documented

Retrieve all pages associated with the specified domain.

GET /domains/{domain_id}/pagesDomainsno 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/domains/{{$domain_id}}/pages?sort_order={{$sort_order}}&count={{$count}}&from={{$from}}&to={{$to}}&offset={{$offset}}&limit={{$limit}}&with_stats={{$with_stats}}&role={{$role}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"