You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just tried to use the email endpoint using this package and I am getting an error of (Unexpected token < in JSON at position 0).
(See sample node code below)
var FullContact = require('fullcontact')
var fullcontact = new FullContact('<my-api-key>')
fullcontact.email.disposable('[email protected]', function (err, data) {
if (err) console.log(err)
else {
console.log(data)
}
})
The text was updated successfully, but these errors were encountered:
Hi,
I have just tried to use the email endpoint using this package and I am getting an error of (Unexpected token < in JSON at position 0).
(See sample node code below)
The text was updated successfully, but these errors were encountered: