Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido

The base ID to execute query on

Cuerpo

application/json
sql
string
requerido

The SQL query to execute

Minimum string length: 1
Ejemplo:

"SELECT * FROM table_name LIMIT 10"

Respuesta

200 - application/json

Query executed successfully

rows
object[]
requerido

The query result rows

Última modificación el 4 de septiembre de 2026