Skip to content

Instantly share code, notes, and snippets.

@umair-khokhar
Created October 4, 2018 17:22
Show Gist options
  • Save umair-khokhar/c6a82bdd7ce6467dd99143a80a2a0ebe to your computer and use it in GitHub Desktop.
Save umair-khokhar/c6a82bdd7ce6467dd99143a80a2a0ebe 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'}
})
.then((response) => {
console.log(response);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment