Custom params in Postback Url

krishnaaditya
krishnaaditya edited June 24 in General
Currently I am getting https://127.0.0.1/action=login&type=login&status=success&request_token={token} as the Postback url. Is there any way to to add some custom params to it like UserId or any other custom fields. something like this
https://127.0.0.1/action=login&type=login&status=success&request_token={token}&userid=ABX123

Like I manage multiple accounts of my parents and mine so sometimes the the postback url is getting mixed up. I can configure multiple end points for each account but is there a way to add the accoun tid to the postback url while I am getting it from kite.
  • Nivas
    There is no option to append custom parameters to the redirect or postback URL directly. However, since each Kite Connect app is authorized for only one Zerodha account, you can create a separate app (with its own redirect and postback URLs) for each account you manage. This way, you can set unique URLs per account and handle them accordingly.
  • krishnaaditya
    Got it thanks
This discussion has been closed.