Smokeball · Authentication Profile

Smokeball Authentication

Authentication

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

LegalLaw FirmPractice ManagementMattersContactsDocumentsBillingTrust AccountingTime Tracking
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

api-key apiKey
· in: header (x-api-key)
token apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/smokeball-smokeball-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: api-key
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/smokeball-smokeball-api-openapi.yml
- name: token
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/smokeball-smokeball-api-openapi.yml