Pinwheel · Authentication Profile

Pinwheel Authentication

Authentication

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

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiSecret apiKey
· in: header (X-API-SECRET)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pinwheel-pinwheel-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: apiSecret
  type: apiKey
  in: header
  parameter: X-API-SECRET
  description: API Secret
  sources:
  - openapi/pinwheel-pinwheel-api-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: Bearer token
  sources:
  - openapi/pinwheel-pinwheel-api-openapi.yml