☰
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
9.1K
All Categories
9
Go client
537
.Net API client
230
Kite Publisher
473
.Net / VBA / Excel (3rd party)
288
Algorithms and Strategies
719
Java client
678
API clients
331
PHP client
2.3K
Python client
264
Mobile and Desktop apps
992
Market data (WebSockets)
2.3K
General
In this Discussion
May 2020
sujith
error message":"`api_key` should be minimum 6 characters in length."
bharathkatari
May 2020
in
API clients
POST
https://api.kite.trade/session/token
POST data:
{
"api_key": "XXXXXXXXXXXXXXX",
"request_token": "XXXXXXXXXXXXXXXXXXXXX",
"checksum": "XXXXXXXXXXXXXXXXX"
}
Headers:
Connection: keep-alive
X-Kite-Version: 3
Content-Type: application/json
Content-Length: 150
Host: api.kite.trade
User-Agent: Apache-HttpClient/4.5.10 (Java/11.0.6)
Response:
{"status":"error","message":"`api_key` should be minimum 6 characters in length.","data":null,"error_type":"InputException"}
I am specifying valid api_key which is of 16 characters along with valid request_token and checksum sha256 (api_key + request_token + api_secret)
Tagged:
API
error
access_token
sujith
May 2020
It is a form POST request and not JSON POST request.
Sign In
or
Register
to comment.