Forter · Authentication Profile

Forter Authentication

Authentication

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

Fraud DetectionFraud PreventionIdentityTrustPaymentsChargebacksAccount ProtectionE-commerceRiskMachine Learning
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-12'
method: derived
source: openapi/forter-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: >-
    HTTP Basic authentication with your Forter API key as the username (empty
    password). Requests must also carry the `x-forter-siteid` header (your site
    ID), an `api-version` header (for example `10.1`), and
    `Content-Type: application/json`. The site ID and API key are provisioned by
    Forter during enterprise onboarding and are found in your account
    credentials. Requests are sent to a per-tenant host by prepending the site
    ID to the API host (https://{siteId}.api.forter.secure.com).
  sources:
  - openapi/forter-openapi.yml
  - https://docs.forter.com/docs/api-overview
notes: >-
  Forter's Tokenization API additionally supports HMAC request signing (SHA256,
  SHA512, SHA1, MD5), IP allow-listing, target-URL allow-listing, and mTLS. The
  Core order/account/decision endpoints modeled in this catalog entry use Basic
  auth plus the site-ID header, per docs.forter.com.