Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nivikumar/9161855 to your computer and use it in GitHub Desktop.
Save nivikumar/9161855 to your computer and use it in GitHub Desktop.
Creating a new contact to a list by adding a contact that does not exist already
curl https://vrapi.verticalresponse.com/api/v1/lists/1099511658997/contacts
-H "Authorization: Bearer tndttwx95dsdfsfsfskvc"
-H "Content-Type:application/json"
--request POST --data '{"email":"fweasley@verticalresponse.com", "first_name":"Fred", "last_name":"Weasley"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment