Skip to content

REST API

REST API is generally available in the DataSquares connection wizard. Pull a JSON endpoint into a table — headers supported for auth.

  1. In DataSquares, open Data Sources and choose Add data source.

  2. Pick REST API in the connector picker (search or browse by category).

  3. Fill in the connection details below, then test the connection and save.

Field What to enter
Endpoint URL The HTTP(S) endpoint that returns JSON.
Headers Optional request headers — use these for auth (e.g. Authorization: Bearer …).
Records path Where the array of records lives in the response (e.g. data.items).

The response is pulled into a staged table; re-sync the source to refresh it.