I have an algo and needs to be run in different user broker accounts. Based on the https://developers.kite.trade/ do i need to do the following to get callback orders and login session token for respected user All the apps are created in a single https://developers.kite.trade/ email id say "[email protected]"
For User1 Demat --------------------------- Create a new app "user1-app" with below details mentioned for the app where zerdha login client id = user1 ( e.g. )
For User2 Demat ------------------------- Create a new app "user2-app" with below details mentioned for the app where zerdha login client id = user2 ( e.g. )
Pls let know if the approach is corrrect, that I need to create mutliple apps for mutliple users and how is the Zerodha Clinet id in the app details form is important with respect to the console login.
NOTE: I am using https://common-callbackendpoint is a common endpoint to capture the token and callback info with the clientid as the url demarcation for different clients.