Altruist · OAuth Scopes

Altruist OAuth Scopes

OAuth 2.0 searched

Altruist publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Altruist API on a user’s behalf.

Tokens are issued from https://openapi.altruist.com/altruist-open-api/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyFintechCustodyWealth ManagementFinancial AdvisorsRIAInvestingOAuth
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://oauth.stage1.altruistnet.tech/api/oauth2/authorize
Token URL
https://openapi.altruist.com/altruist-open-api/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
openid OpenID Connect scope requested during the Open API authorization-code flow; yields an ID/access token used as the Authorization header for subsequent Open API requests. Altruist documents `scope=openid` as the value to send on the authorization request. authorizationCode

Source

OAuth Scopes

altruist-scopes.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://developer.altruist.com/docs/open-api-authentication
docs: https://developer.altruist.com/docs/open-api-authentication
schemes:
- name: OpenAPI-OAuth2-AuthorizationCode
  api: Altruist Open API
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.stage1.altruistnet.tech/api/oauth2/authorize
    tokenUrl: https://openapi.altruist.com/altruist-open-api/oauth2/token
scopes:
- scope: openid
  description: >-
    OpenID Connect scope requested during the Open API authorization-code flow;
    yields an ID/access token used as the Authorization header for subsequent
    Open API requests. Altruist documents `scope=openid` as the value to send on
    the authorization request.
  flows: [authorizationCode]
  sources: [https://developer.altruist.com/docs/open-api-authentication]
notes: >-
  Altruist does not publish a granular scope/permission catalog. The Open API
  authorization request documents a single `openid` scope; access to resources
  is governed by the partner integration grant and the Altruist user's own
  permissions rather than fine-grained OAuth scopes. The Realtime API uses a
  password grant with no scope parameter documented.