☰
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
12.5K
All Categories
100
Node JS client
35
Go client
741
.Net API client
345
Kite Publisher
528
.Net / VBA / Excel (3rd party)
410
Algorithms and Strategies
918
Java client
958
API clients
389
PHP client
3.5K
Python client
318
Mobile and Desktop apps
1.2K
Market data (WebSockets)
3K
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.