☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2019
mubasheer
March 2019
sujith
Unable to get auth token
mubasheer
March 2019
in
API clients
Im using postman to post " api-key, request-token and checksum"
to
https://api.kite.trade/session/token
. But getting this response. Please help
{
"status": "error",
"message": "`api_key` should be minimum 6 characters in length.",
"data": null,
"error_type": "InputException"
}
I also used the header as X-Kite-Version:3
Screenshot (29).png
108.2K
sujith
March 2019
Are you sure you are sending params in the body as explained
here
?
mubasheer
March 2019
yes but from postman tool
I used sha256 hash function in php
sujith
March 2019
It is an underscore character and not hyphen.
Sign In
or
Register
to comment.
I used sha256 hash function in php