Sign in

Get Landing Page Unique Updates

documented

Get unique contacts updated from a landing page.

GET /reports/landing_pages/campaign_details/{campaign_activity_id}/p_unique_contact_updatesReportsno 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.cc.email/v3/reports/landing_pages/campaign_details/{{$campaign_activity_id}}/p_unique_contact_updates?limit={{$limit}}&contacts_filter={{$contacts_filter}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: */*" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"