@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 wh…
@Kailash thanks for the reply
Sorry I was actually facing 403
my POST code is like this
String url = "https://api.kite.trade/session/token";
URL obj = new URL(url);
HttpsURLConnection con = (HttpsURLConnection) obj.openConnection();
String …