Sign in

List landing pages

documented

List your landing pages.

GET /v1/public/landing-pages-listLanding pages & Short linksno 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.octopush.com/v1/public/landing-pages-list?type={{$type}}" \
  -X GET \
  -H "api-key: {{OCTOPUSH_API_KEY}}" \
  -H "api-login: {{OCTOPUSH_SECRET}}" \
  -H "Accept: application/json"