Sign in

Get landing page

documented

Get information about a specific landing page.

GET /landing-pages/{page_id}Landing Pagesno 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://{{MAILCHIMP_DC}}.api.mailchimp.com/3.0/landing-pages/{{$page_id}}" \
  -X GET \
  -u "anystring:{{MAILCHIMP_API_KEY}}" \
  -H "Accept: application/json"