Skip to content

Instantly share code, notes, and snippets.

@naartjie
Created March 6, 2018 10:16
Show Gist options
  • Select an option

  • Save naartjie/b464a5fea09cd2a218827710774a2aed to your computer and use it in GitHub Desktop.

Select an option

Save naartjie/b464a5fea09cd2a218827710774a2aed to your computer and use it in GitHub Desktop.
curl POST example
curl --request POST \
--url 'https://usX.api.mailchimp.com/3.0/lists/57afe96172/members' \
--user 'anystring:apikey' \
--header 'content-type: application/json' \
--data '{"email_address":"[email protected]", "status":"subscribed"}' \
--include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment