Skip to main content
POST
SQL Livre

Authorizations

Authorization
string
header
required

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

Body

application/json
sql
string
required
Example:

"SELECT * FROM leads WHERE idade > 25"

Response

SQL executado com sucesso.

success
boolean
type
enum<string>
Available options:
SELECT
rows
object[]
row_count
integer