REST API
This page describes how to connect your application to a REST API and use queries to read and write data in your applications.
Use this datasource to create a single query for an API that doesn't need complex authentication settings. If you plan to create multiple queries for the same API, you may want to use an Authenticated API datasource. Every query created from an Authenticated API datasource shares configuration (root URL, authentication, headers, and so on) to avoid re-entering details.
Query REST API
The following section is a reference guide that provides a description of the parameters to create REST API queries.
Method
GET
, POST
, etc.) to use for the request.