Crystal Reports · Authentication Profile

Crystal Reports Authentication

Authentication

Crystal Reports secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

sapLogonToken apiKey
· in: header (X-SAP-LogonToken)
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/crystal-reports-rest-api.yaml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: sapLogonToken
  type: apiKey
  in: header
  parameter: X-SAP-LogonToken
  description: SAP logon token obtained from the /logon/long endpoint. The token value must
    be enclosed in double quotes when sent in the header.
  sources:
  - openapi/crystal-reports-rest-api.yaml
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication as an alternative to token-based auth
  sources:
  - openapi/crystal-reports-rest-api.yaml