Execute SQL

Using this endpoint, you can execute any kind of SQL statement. If the validate flag is specified, the request will be validated against provided authorization inputs and referenced resource configuration. If validation fails for any reason, a 422 Unprocessable Entity will be returned with details about the original request and specifics on missing inputs. If performance is critical to your application, you can use the DML and DQL APIs and specify the resources referenced in the sqlText to skip SQL parsing. Unlike the Proxy SQL API, this API is executed directly against the SxT Network and requires explicit configuration of authentication and authorization tokens.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!