Skip to content

Instantly share code, notes, and snippets.

@swooop
Created February 11, 2015 11:21
Show Gist options
  • Select an option

  • Save swooop/1ba9bf4427319f7cc8f8 to your computer and use it in GitHub Desktop.

Select an option

Save swooop/1ba9bf4427319f7cc8f8 to your computer and use it in GitHub Desktop.
curl -X PUT --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \
https://api.mailjet.com/v3/REST/contact/1 \
-H "Content-Type: application/json" \
-d '{"Name":"John"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment