Groww · Authentication Profile

Groww Authentication

Authentication

Groww secures its APIs with apiKey, http, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyFintechTradingInvestingStock BrokingMarket DataAlgorithmic TradingIndia
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

bearerAuth http
scheme: bearer
apiVersion apiKey
· in: header (X-API-VERSION)
oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/groww-trade-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: 'Daily access token (or API key on the token endpoint) sent as `Authorization:
    Bearer {ACCESS_TOKEN}`.'
  sources:
  - openapi/groww-trade-api-openapi.yml
- name: apiVersion
  type: apiKey
  in: header
  parameter: X-API-VERSION
  description: API version header, currently `1.0`.
  sources:
  - openapi/groww-trade-api-openapi.yml
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://groww.in/oauth/authorize
    tokenUrl: https://api.groww.in/oauth2/v1/token
    scopes: 0
  description: OAuth2 authorization-code flow advertised at https://api.groww.in/.well-known/oauth-authorization-server
  sources:
  - openapi/groww-trade-api-openapi.yml