AltoIRA · Authentication Profile

Altoira Authentication

Authentication

AltoIRA 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 flow(s).

CompanyFinancial ServicesRetirementSelf-Directed IRAAlternative InvestmentsPrivate MarketsFintechCustodyCryptocurrencyWealth ManagementInvestingCapital Raising
Methods: http, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in:

Security Schemes

PlatformAuth http
scheme: basic
UserAuth http
scheme: bearer
UserOauth oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-08-06'
method: derived
source: openapi/altoira-partner-api-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: PlatformAuth
  type: http
  scheme: basic
  description: Basic Auth credentials that were assigned to you by Alto
  sources:
  - openapi/altoira-partner-api-openapi.yml
- name: UserAuth
  type: http
  scheme: bearer
  description: 'Specify the OAuth token generated by calling /oauth/token. It will be used in
    the "Authorization: Bearer" header'
  sources:
  - openapi/altoira-partner-api-openapi.yml
- name: UserOauth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://altoira.sandbox.altoira.com/oauth/authorize
    tokenUrl: https://altoira.sandbox.altoira.com/oauth/token
    scopes: 0
  description: Redirect your users to /oauth/authorize to get started (see the OAuth section
    on this documentation)
  sources:
  - openapi/altoira-partner-api-openapi.yml