How can I call third party API with my Kintone application?

#Tasks
Is there any possible way to call API so that can POST, PUT, GET AND DELETE HTTP actions

Hello @Janvier,

Thank you for posting your question on our Kintone Developer Forum.

To better help you out, please provide more information regarding your current situation, question, and desired outcome.

Do you have a specific third-party API in mind?
Do you have a specific workflow you want to build in mind?
Which Kintone API documentation have you read?

Thank you for your time,
Genji

Konnichiwa Genji

I would like to use this API

https://jsonplaceholder.typicode.com/posts/1

Hello @Janvier ,

Thank you for the link to the JSONPlaceholder API. So it seems to me you want to play around with Kintone APIs to handle incoming JSON data.

Check out Kintone’s Add Record -/k/v1/record API Doc on how to take a JSON object and create a Kintone record.

If you want more of a tutorial to follow along on your first Kintone customization, I suggest this dev.to article: React & REST API: How to add data to a Web Database - DEV Community :woman_technologist::man_technologist:.

If you prefer a YouTube video, here is one that goes over building out a React forum that creates a Kintone record.

If you need help with something else, please comment with more information on your current situation, the question you have in mind, and what you want to build with Kintone.

The more information you provide, the better we can help you out.

Thank you for your time, Genji