Unable to generate the request/access token

Rushank
Rushank edited February 25 in Python client
https://kite.zerodha.com/connect/login?api_key=apikey,
https://kite.zerodha.com/connect/login?v=3&api_key=your_api_key,
https://kite.trade/connect/login?api_key=MY_API_KEY,

I tried all of these but I am facing an issue while trying to generate an access token using my valid API key. When I attempt to login.
I have verified that:
✅ My API key is correct.
✅ My app status is active in the Kite Developer Console.
✅ I am logging in with the correct Zerodha account that registered the API.
✅ I have a valid Kite Connect subscription .

The error looks like below for all the 3 urls
{
"status":"error",
"message":"The user is not enabled for the app.",
"data":null,
"error_type":"InputException"
},

  • Sravanthi_bh
    Sravanthi_bh edited February 27
    It could be due to leading or trailing spaces in the developer console. Please also verify that you are using the same ID registered in the developer console. If the error persists, send a private message with your API key and client ID so we can investigate further.
Sign In or Register to comment.