Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Response
SQL grammar retrieved successfully.
The ANTLR4 grammar for the SQL API.
"grammar SqlQuery; query: cteClause? unionStatement SEMICOLON? EOF;"