Creating a GET request
How to make HTTP GET requests with the GET function.
Authenticating your API requests
How to authenticate your API requests and understand the different authentication methods.
Parsing JSON
How to parse and select JSON data in Rows.
Filtering JSON responses with JSONPath
How to use advanced JSONPath to get and filter for specific data points.
Modifying the structure of a JSON response
How to modify JSON objects so that they match exactly what you need.
Sending data to an API
Learn how to send information to an API using POST or PUT.
Getting data from any API using http GET
Let's learn about the HTTP GET request to retrieve data from any API using Rows.