broadridge · OAuth Scopes

broadridge OAuth Scopes

OAuth 2.0 derived

broadridge publishes 3 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the broadridge API on a user’s behalf.

Tokens are issued from https://auth.broadridge.example.com/oauth/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.

Fortune 1000
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.broadridge.example.com/oauth/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
accounts:read Read account data clientCredentials
positions:read Read position data clientCredentials
transactions:read Read transaction data clientCredentials

Source

OAuth Scopes

broadridge-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/broadridge-wealth-openapi.yml
schemes:
- name: oauth2
  source: openapi/broadridge-wealth-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.broadridge.example.com/oauth/token
scopes:
- scope: accounts:read
  description: Read account data
  flows:
  - clientCredentials
  sources:
  - openapi/broadridge-wealth-openapi.yml
- scope: positions:read
  description: Read position data
  flows:
  - clientCredentials
  sources:
  - openapi/broadridge-wealth-openapi.yml
- scope: transactions:read
  description: Read transaction data
  flows:
  - clientCredentials
  sources:
  - openapi/broadridge-wealth-openapi.yml