Skip to main content
POST
/
api
/
core
/
confluence
/
validate-cql
Validate CQL
curl --request POST \
  --url https://api.example.com/api/core/confluence/validate-cql \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "credential_id": "<string>",
  "cql_query": "<string>"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.genow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
credential_id
string
required
cql_query
string | null

Response

Successful Response

message
string
required