Wunderite · Authentication Profile

Wunderite Authentication

Authentication

Wunderite secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyInsuranceInsurtechACORD FormsRisk DataDigital SignaturesInsurance ApplicationsWebhooks
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

wunderite-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.wunderite.com/quickstart
docs: https://docs.wunderite.com/quickstart
summary:
  types: [http]
  http_schemes: [bearer]
  oauth2_flows: []
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: >-
    API key passed as a bearer token — "Authorization: Bearer {token}" with
    "Accept: application/json". Keys are generated in Wunderite under
    Account > Settings > Integrations; docs recommend creating a dedicated
    API User for programmatic access.
notes:
- No OAuth 2.0 or OpenID Connect surface documented.
- No public OpenAPI spec published; profile captured from the docs quickstart.