Database
Run Query Async
POST
/
v1
/
database
/
query
/
async
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
query
string
requiredQueries to run. Multiple queries can be separated by semicolons.
Minimum length:
1
Response
200 - application/json
The response is of type string
.