Sendgrid API - JSON call
I'm trying to receive data from SendGrid API $.ajax({ type:'GET', url:"https://sendgrid.com/api/bounces.get.json", data: {api_user:'username',api_key:'userkey',date:1}, success: function(data){ console.log(data) }, crossDomain: true, dataType: 'jsonp', error:function(a,b,c){ console.log(a); } }); Console shows : Object { readyState=4, status=200, statusText="success"} parsererror Error: jQuery17208301184673423685_1374648217666 was not called Where is the bug or issue ? The issue is that SendGrid does not support jsonp. Unfortunately, switching to plain JSON will not work either, as SendGrid