Sign in

Get unsubscribed member

documented

Get a specific unsubscribed member for a campaign.

GET /reports/{campaign_id}/unsubscribed/{subscriber_hash}Reportsno 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://{{$dc}}.api.mailchimp.com/3.0/reports/{{$campaign_id}}/unsubscribed/{{$subscriber_hash}}?fields[]={{fields}}&exclude_fields[]={{exclude_fields}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get unsubscribed member · Mailchimp · OpenIntegrations