DoseSpot · Authentication Profile

Dosespot Authentication

Authentication

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

e-PrescribingeRxHealthcareEHRPharmacyEPCS
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
subscriptionKey apiKey
· in: header (Subscription-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dosespot-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: 'OAuth2 access token obtained from the DoseSpot token endpoint (POST /webapi/v2/connect/token)
    using your clinic and clinician credentials, sent as an Authorization: Bearer header.'
  sources:
  - openapi/dosespot-openapi.yml
- name: subscriptionKey
  type: apiKey
  in: header
  parameter: Subscription-Key
  description: Per-application subscription key issued by DoseSpot.
  sources:
  - openapi/dosespot-openapi.yml