Intelerad · Authentication Profile

Intelerad Authentication

Authentication

Intelerad secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Medical ImagingPACSEnterprise ImagingRadiologyDICOMDICOMwebHL7FHIRHealthcareInteroperabilityImage Exchange
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: query

Security Schemes

sid apiKey
· in: query (sid)
basicAuth http
scheme: basic
oauth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/intelerad-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: sid
  type: apiKey
  in: query
  parameter: sid
  description: Session id obtained from /session/login. May also be supplied as a request field
    depending on the endpoint.
  sources:
  - openapi/intelerad-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  sources:
  - openapi/intelerad-openapi.yml
- name: oauth
  type: http
  scheme: bearer
  description: OAuth bearer token for third-party integrations.
  sources:
  - openapi/intelerad-openapi.yml