Getting data from any API using http GET
Let's learn about the HTTP GET request to retrieve data from any API using Rows.
How to sync data between Notion and a spreadsheet with the Notion API
Learn how to use the Notion API to create and integration and easily sync data between a Notion database and a spreadsheet in Rows.
Sending data to any API with http POST and PUT
Learn how to send information to an API using POST or PUT.
Requesting data from any API
An introduction to the GET function in Rows and how to use it to request data from APIs
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.