Solvimon · Authentication Profile

Solvimon Authentication

Authentication

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

CompanyFintechBillingPaymentsMonetizationUsage-Based PricingSubscriptionsInvoicingMeteringRevenue Recognition
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

API-Key apiKey
· in: header (X-API-KEY)
JWT-Authentication http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/solvimon-configuration-api-openapi.yml, openapi/solvimon-event-api-openapi.yml,
  openapi/solvimon-identity-api-openapi.yml, openapi/solvimon-transaction-api-openapi.yml
docs: https://docs.solvimon.com/api-docs/solvimon-api/authentication
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  primary: api-key-header
  notes: >-
    Primary auth is a secret API key in the X-API-KEY header, issued per account
    from Desk (Settings -> API keys), with distinct test and live keys. A JWT
    bearer scheme (JWT-Authentication) is also defined across all four services;
    the Identity API mints and refreshes tokens via /v1/oauth/token,
    /v1/oauth/refresh-token, /v1/oauth/sandbox-token and /v1/oauth/demo-token.
    Frontend SDK sessions use a short-lived portal-object token so the secret key
    never reaches the browser. No OAuth2 scope scheme or OIDC discovery is
    published.
schemes:
- name: API-Key
  type: apiKey
  in: header
  parameter: X-API-KEY
  sources:
  - openapi/solvimon-configuration-api-openapi.yml
  - openapi/solvimon-event-api-openapi.yml
  - openapi/solvimon-identity-api-openapi.yml
  - openapi/solvimon-transaction-api-openapi.yml
- name: JWT-Authentication
  type: http
  scheme: bearer
  token_endpoints:
  - /v1/oauth/token
  - /v1/oauth/refresh-token
  - /v1/oauth/sandbox-token
  - /v1/oauth/demo-token
  sources:
  - openapi/solvimon-configuration-api-openapi.yml
  - openapi/solvimon-event-api-openapi.yml
  - openapi/solvimon-identity-api-openapi.yml
  - openapi/solvimon-transaction-api-openapi.yml