Bokio · Authentication Profile

Bokio Authentication

Authentication

Bokio 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 authorizationCode and clientCredentials flow(s).

CompanyFintechAccountingBookkeepingInvoicingPaymentsSwedenSMBOAuth
Methods: http, oauth2 Schemes: 3 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

tokenAuth http
scheme: bearer
access_token oauth2
· flows: clientCredentials, authorizationCode
client_auth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/bokio-company-api-openapi.yml, openapi/bokio-general-api-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: tokenAuth
  type: http
  scheme: bearer
  sources:
  - openapi/bokio-company-api-openapi.yml
  - openapi/bokio-general-api-openapi.yml
- name: access_token
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: /token
    scopes: 0
  - flow: authorizationCode
    authorizationUrl: /authorize
    tokenUrl: /token
    scopes: 24
  sources:
  - openapi/bokio-company-api-openapi.yml
  - openapi/bokio-general-api-openapi.yml
- name: client_auth
  type: http
  scheme: basic
  sources:
  - openapi/bokio-company-api-openapi.yml
  - openapi/bokio-general-api-openapi.yml