☰
Login
Signup
Home
›
API clients
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
March 2020
sujith
March 2020
AniketG
Error while post call on https://api.kite.trade/session/token
AniketG
March 2020
in
API clients
getting below error
{"status":"error","message":"`api_key` should be minimum 6 characters in length.","data":null,"error_type":"InputException"}
on Post call
{
"api_key": "xxx",
"request_token": "xxx",
"checksum": "xxx"
}
Status Code: 400 Bad Request
Tagged:
python
kiteapi
API
AniketG
March 2020
error.JPG
45.5K
sujith
March 2020
You need to make a form request. You seem to be making a json request.
AniketG
March 2020
Thanks this has been resolved, its was failing because i did not tik checkbox while login
This discussion has been closed.