Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/raw_sql \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
{}

Body

application/json
query
string
required

Response

200 - application/json

The response is of type object.