When you want to add your PHP website data to Kintone you have two choices to do this. First way, you can use jquery ajax to post data from your website to Kintone app => with this choice you take CORS error if you don't add headers parameter right Second way, You can use curl to post data from PHP. This way is good with simple headers params.