Karaz Platform · Authentication Profile

Karaz Platform Authentication

Authentication

Karaz Platform secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyHealthcareElectronic Health RecordsEHRHealthRemote Patient MonitoringAppointmentsArtificial IntelligenceSaudi Arabia
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

karaz-platform-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.karaz.app/authentication
docs: https://docs.karaz.app/authentication
summary:
  types: [http]
  http_schemes: [bearer]
  api_key_in: []
  oauth2_flows: []
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: >-
    The Karaz API uses HTTP Bearer token authentication. Each request must carry
    an Authorization header using the Bearer scheme: "Authorization: Bearer {token}".
    Tokens are user access tokens; the docs advise keeping them secret and resetting
    if compromised. No OAuth2 authorization/token endpoints or scopes are documented.
  sources: [https://docs.karaz.app/authentication]
notes: >-
  Documentation is early-stage ("full documentation coming soon"). No token endpoint,
  refresh flow, or scope reference is published as of this pass.