Basware · Authentication Profile

Basware Authentication

Authentication

Basware secures its APIs with http and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

E-InvoicingPurchase-to-PayAccounts PayableProcurementElectronic InvoicingFinance AutomationB2B Payments
Methods: http, oauth2 Schemes: 3 OAuth flows: clientCredentials API key in:

Security Schemes

HTTPBasic http
scheme: basic
BearerAuth http
scheme: bearer
oauth2authentication oauth2
· flows: clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/basware-authentication-openapi.json, openapi/basware-directory-openapi.json,
  openapi/basware-p2p-openapi.json, openapi/basware-user-permission-openapi.json, openapi/basware-vault-openapi.yaml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - clientCredentials
schemes:
- name: HTTPBasic
  type: http
  scheme: basic
  sources:
  - openapi/basware-authentication-openapi.json
  - openapi/basware-directory-openapi.json
  - openapi/basware-p2p-openapi.json
  - openapi/basware-user-permission-openapi.json
  - openapi/basware-vault-openapi.yaml
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/basware-directory-openapi.json
- name: oauth2authentication
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.basware.com/v1/tokens
    scopes: 80
  description: Oauth2 client credentials flow.
  sources:
  - openapi/basware-p2p-openapi.json
  - openapi/basware-user-permission-openapi.json