Clear Street · OAuth Scopes
Clear Street OAuth Scopes
OAuth 2.0
searched
Clear Street publishes 5 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Clear Street API on a user’s behalf.
Tokens are issued from https://auth.clearstreet.io/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.
CompanyFinancial ServicesCapital MarketsPrime BrokerageTradingBrokerageClearingMarket DataFintechInvesting
Scopes: 5
Flows: clientCredentials, authorizationCode
Method: searched
OAuth endpoints
Authorization URL
https://api.clearstreet.com/oauth/mcp/authorize https://auth.clearstreet.io/authorize
https://api.clearstreet.com/oauth/mcp/authorize https://auth.clearstreet.io/authorize
Token URL
https://auth.clearstreet.io/oauth/token
https://auth.clearstreet.io/oauth/token
Flows
clientCredentialsauthorizationCode
clientCredentialsauthorizationCode
Scopes (5)
| Scope | Description | Flows |
|---|---|---|
| studio | Access to the Clear Street Studio prime-brokerage API. | clientCredentials |
| openid | OIDC — issue an ID token identifying the authenticated subject. | authorizationCode |
| offline_access | Issue a refresh token so the client can renew access without re-consent. | authorizationCode |
| profile | OIDC standard claim set — name, nickname, picture, updated_at. | authorizationCode |
| OIDC standard claim — email and email_verified. | authorizationCode |
📄 Provider scope reference: https://docs.clearstreet.io/studio/docs/oauth2