Quartzy · Authentication Profile

Quartzy Authentication

Authentication

Quartzy secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Lab ManagementInventory ManagementLife SciencesProcurementOrderingLaboratoryWebhooks
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

accessToken apiKey
· in: header (Access-Token)
oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/quartzy-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: accessToken
  type: apiKey
  in: header
  parameter: Access-Token
  description: Per-user AccessToken generated in Quartzy under Profile > Access Tokens and sent
    in the Access-Token header.
  sources:
  - openapi/quartzy-openapi.yml
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.quartzy.com/oauth/authorize
    tokenUrl: https://api.quartzy.com/oauth/token
    scopes: 0
  description: OAuth2 authorization for Quartzy API access.
  sources:
  - openapi/quartzy-openapi.yml