Weavr · Authentication Profile

Weavr Authentication

Authentication

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

Embedded FinanceBanking as a ServicePaymentsCardsFintechAccountsKYCCompany
Methods: apiKey, http Schemes: 4 OAuth flows: API key in: header

Security Schemes

api_key apiKey
· in: header (api-key)
auth_token http
scheme: bearer
webhooks_key apiKey
· in: header (webhooks-key)
API_Secret_Key apiKey
· in: header (programme-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/weavr-multi-backoffice-openapi-original.yml, openapi/weavr-multi-openapi-original.yml,
  openapi/weavr-payment-run-openapi-original.yml, openapi/weavr-simulator-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: api_key
  type: apiKey
  in: header
  parameter: api-key
  description: The API Key representing your Multi account.
  sources:
  - openapi/weavr-multi-backoffice-openapi-original.yml
  - openapi/weavr-multi-openapi-original.yml
  - openapi/weavr-payment-run-openapi-original.yml
- name: auth_token
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: The authentication token representing the user. This will be included in the
    login response object.
  sources:
  - openapi/weavr-multi-backoffice-openapi-original.yml
  - openapi/weavr-multi-openapi-original.yml
  - openapi/weavr-payment-run-openapi-original.yml
  - openapi/weavr-simulator-openapi-original.yml
- name: webhooks_key
  type: apiKey
  in: header
  parameter: webhooks-key
  description: The Webhooks key can be found in the API Credentials tab in your Portal Page.
  sources:
  - openapi/weavr-multi-openapi-original.yml
- name: API_Secret_Key
  type: apiKey
  in: header
  parameter: programme-key
  description: The API Secret Key - available from the Configuration area of the Innovator Portal
  sources:
  - openapi/weavr-simulator-openapi-original.yml