Created
October 4, 2018 17:22
-
-
Save umair-khokhar/c6a82bdd7ce6467dd99143a80a2a0ebe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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