When sending a post request (using Postman tool) to https://api.kite.trade/session/token and providing api_key, request_token, and checksum Getting error 'request_token' should be minimum 10 characters in length. The request_token provided is of more than 10 characters, but still getting error.
Are you still getting error evening after all request body as form-encoded (application/x-www-form-urlencoded)? Can you DM your complete request structure?
Content-Type
asapplication/x-www-form-urlencoded
in the post request. Request structure documentation explains more.form-encoded (application/x-www-form-urlencoded)
?Can you DM your complete request structure?