I've created a developer app & got the keys, Here is my api_key = dubkopw3dv1i5006
Am getting the app login page when i entered my credentials i have been redirected.
In the redirected page i generated sha-256 with(api_key+request_token+secret_key) & sent a post request to obtain access_token but the response i received is 403
I've also tried it by sending (api_key+request_token+secret_key)keys to java microservice & from there I've generated byte, made a post call. but doesn't work I've received "Server returned HTTP response code: 400 for URL: https://api.kite.trade/session/token".
when i made a post call from rest client I got an error message like this { "status": "error" "message": "Invalid session credentials" "error_type": "TokenException" }
@Kailash thanks again i have noticed that i created a publisher app but am suppose to create a connect type app now authenticated my zerodha account, also transfered credits, i can see the status of my newly created app is pending clue less about when it gets activated.
@Jagadish Seems like some issues while creating app. Please click on the app and activate it. The action will debit 2000 credits from your account and app will be activated instantly.
Sorry I was actually facing 403
my POST code is like this the method which generates sha-256 is: the error which am getting is:
Response Code : 403
Server returned HTTP response code: 403 for URL: https://api.kite.trade/session/token
Object.getString("secret_Key")
Is `Key` meant to be sentence cased? This error happens if either of the 3 parameters you pass are incorrect.