Import JSON from URL

I have a RESTful endpoint that returns JSON data.

 

What's the most eficient way to schedule importing that data daily?  All of the JSON connectors I see require credentials.  The endpoint i'm accessing doesn't require user credentials.

Best Answer

Answers