MuraliKrishna1221

Results 1 comments of MuraliKrishna1221

$.ajax({ url: "https://platform.podium.com/api/v2/review_invitations", dataType: 'json', contentType: "application/json", data: jsonData, credentials: 'same-origin', mode:'no-cors', headers: { 'Access-Control-Allow-Origin': '*' }, beforeSend: function (xhr, settings) { xhr.setRequestHeader('Authorization', 'Bearer xxxx'); }, //set tokenString before send...