Manage BGL · Authentication Profile

Manage Bgl Authentication

Authentication

Manage BGL secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyDiabetesHealthHealthcareDigital HealthInsulinBlood GlucoseRemote Patient MonitoringTelemedicineREST API
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

clientToken apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/manage-bgl-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: clientToken
  type: apiKey
  in: query
  parameter: token
  description: Client login token (varchar 40) obtained from POST /login (or the OAuth-style
    /get_token.html for sensitive data). Passed as the `token` parameter on every subsequent
    request. HTTPS/SSL required.
  sources:
  - openapi/manage-bgl-openapi.yml