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>"
}

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