Capitalist · Authentication Profile

Capitalist Authentication

Authentication

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

Bulk PayoutsCryptocurrencyFinanceMass PaymentsPayment PlatformPaymentsPayoutsRemittance
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

basicCreds apiKey
· in: query (login)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/capitalist-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: basicCreds
  type: apiKey
  in: query
  parameter: login
  description: |-
    Capitalist authenticates via `login` and `password` form fields
    (the API also supports certificate-signed requests for elevated
    operations). Modeled as an apiKey here because OpenAPI does not
    natively express the form-credentials pattern.
  sources:
  - openapi/capitalist-openapi.yml