☰
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.1K
All Categories
89
Node JS client
32
Go client
705
.Net API client
337
Kite Publisher
525
.Net / VBA / Excel (3rd party)
400
Algorithms and Strategies
900
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
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.