PermissionException while getting trying to get access token

rahilsharma
I am making request to
curl -k https://api.kite.trade/session/token -d "api_key=xxxx" -d "request_token=xxxxx" -d "checksum=xxxx"

and i am getting this response

{"status": "error", "message": "That API call is not allowed for the authenticated user", "error_type": "PermissionException"}


There is no mention of PermissionException anywhere in the documentation also.
Sign In or Register to comment.