I am getting this error "That API call is not allowed for the authenticated user" with status code 403. This is happening when I am calling /session/token after the login flow with request_token and checksum.
@lalitbans An app can only be used to login to single user id which you have given while creating app and can be modified any time while going to apps page in Kite connect developer dashboard.
@lalitbans You need to create app with type 'connect' and not 'publisher' to get full access to api. You can read more about it here - https://kite.trade
I am still getting the same message.
Please resolve the issue.
Please look into the issue as i am getting below response with status code 403
Request Endpoint :- https://api.kite.trade/session/token
API Key :- c44eax77wt2e19vb
Response :-
{
"status": "error",
"message": "That API call is not allowed for the authenticated user",
"error_type": "PermissionException"
}
Any help will be highly appreciated.
Could you please help me to solve this problem.