Skip to main content
POST
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parametri del percorso

baseId
string
obbligatorio

The base ID to execute query on

Corpo

application/json
sql
string
obbligatorio

The SQL query to execute

Minimum string length: 1
Esempio:

"SELECT * FROM table_name LIMIT 10"

Risposta

200 - application/json

Query executed successfully

rows
object[]
obbligatorio

The query result rows

Ultima modifica il 4 settembre 2026