← Back to catalog
aipush.list_pages
mock data$0.002 / callList Pages (AIPush)
⚡ ACTION: List all published AI marketing pages for a website with URLs, titles, and publish dates (AIPush)
Input schema
limit
integerMaximum number of pages to return (default 20, max 100).
offset
integerNumber of pages to skip for pagination (default 0).
website_domainrequired
stringDomain to list pages for (e.g. "example.com").
Call via REST
curl -X POST https://unifyapi.pro/api/call/aipush.list_pages \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"offset":0,"website_domain":"<website_domain>"}'