Upstox login procedure

Hi
I am local developer , please let me know procedure to login , authenticate and get price from developer API. below what i am using API

[https://api.upstox.com/v2/login/authorization/dialog?response_type=code&client_id={CLIENT_ID}&redirect_uri=http://127.0.0.1]

let me know query parameter values and where i get it.

response_type
client_id
redirect_uri

With Regards

@Maheshy, You can refer to the instructions outlined in the Upstox App Creation guide for creating a new Upstox API app and please refer to Upstox API Authentication for login process.

In this process:

  • response_type should be set to code.
  • client_id corresponds to the API Key (provided post-app creation).
  • redirect_uri needs to be configured during the app creation.

I trust you found this information helpful.