Get Contact
documentedRetrieve a specific omni-channel contact in an audience.
GET /audiences/{audience_id}/contacts/{contact_id}Contactsno implementation yet0 runsNo 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_DATACENTER}}.api.mailchimp.com/3.0/audiences/{{$audience_id}}/contacts/{{$contact_id}}" \
-X GET \
-u "key:{{MAILCHIMP_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"