API Reference
Execute Query
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The SQL query to execute
The parameters to pass to the query. If used in conjunction with the SQL query, the parameters will be substituted into the query using the auto-incrementing ?
placeholder.