Upstox · OAuth Scopes

Upstox OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.upstox.com/v2/login/authorization/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 ServicesStock TradingBrokerageMarket DataInvestingCapital MarketsMutual FundsAlgorithmic TradingIndia
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.upstox.com/v2/login/authorization/dialog
Token URL
https://api.upstox.com/v2/login/authorization/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
read Read access authorizationCode
write Write access authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-09-02'
method: searched
source: >-
  openapi/upstox-developer-api-openapi.yml (derived baseline) upgraded with
  https://upstox.com/developer/api-documentation/authentication and
  https://upstox.com/developer/api-documentation/analytics-token
docs: https://upstox.com/developer/api-documentation/authentication
name: Upstox OAuth scopes
description: >-
  Upstox declares exactly two OAuth scopes — read and write — in its OpenAPI securityScheme, and it
  publishes no scope reference page. There is no per-resource or per-operation scope vocabulary: an app
  either reads or it can also trade. The practical permissioning happens elsewhere — token type
  (standard vs extended vs Analytics Token), app configuration in the developer console, static-IP
  registration for algo order flow, and the user-controlled kill switch. An agent cannot request a
  narrow, least-privilege grant such as "portfolio read only" through the scope parameter.
schemes:
- name: OAUTH2
  source: openapi/upstox-developer-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.upstox.com/v2/login/authorization/dialog
    tokenUrl: https://api.upstox.com/v2/login/authorization/token
scopes:
- scope: read
  description: Read access
  flows:
  - authorizationCode
  sources:
  - openapi/upstox-developer-api-openapi.yml
- scope: write
  description: Write access
  flows:
  - authorizationCode
  sources:
  - openapi/upstox-developer-api-openapi.yml
scope_count: 2
granularity: coarse
alternative_permissioning:
- mechanism: Analytics Token
  effect: A read-only token with 1-year validity. Market data is unrestricted; account-scoped reads additionally require a registered static IP.
  docs: https://upstox.com/developer/api-documentation/analytics-token
- mechanism: extended_token
  effect: A longer-lived token that is refused on some APIs, returning UDAPI100067.
- mechanism: Sandbox token
  effect: Scoped to sandbox orders only; cannot be used against live endpoints.
- mechanism: Static IP allowlist
  effect: Order and algo-trading flow is constrained to registered primary and optional secondary IPs per the 5 May 2025 exchange circular.
  docs: https://upstox.com/developer/api-documentation/update-app-static-ips
- mechanism: Kill switch
  effect: The end user can disable trading per segment, blocking new orders and cancelling pending ones regardless of the token's scope.
  docs: https://upstox.com/developer/api-documentation/update-kill-switch
- mechanism: MCP server boundary
  effect: >-
    The hosted MCP server is read-only by construction — it exposes no write tool at all, which is a
    stronger guarantee than the write scope being withheld.
  docs: mcp/upstox-mcp.yml
gaps:
- No published scopes or permissions reference page — the two scopes are discoverable only from the OpenAPI securityScheme.
- No per-resource scopes (no orders:read, portfolio:read, funds:write equivalents).
- No incremental or step-up authorization documented.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/upstox-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.