Skip to content

Instantly share code, notes, and snippets.

@umair-khokhar
Created October 4, 2018 19:10
Show Gist options
  • Select an option

  • Save umair-khokhar/303096c98382dea706d8f1f6a88d157c to your computer and use it in GitHub Desktop.

Select an option

Save umair-khokhar/303096c98382dea706d8f1f6a88d157c to your computer and use it in GitHub Desktop.
const axios = require('axios');
axios({
method: 'get',
url: 'https://track.hubspot.com/v1/event?_n=000006396555&_a=3322366&[email protected]&hapi=14adedf5-8f33-41fc-a304-e7c72633f03c',
headers: {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0',
'From': '[email protected]'
}
})
.then((response) => {
console.log(response.data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment