Hi, I am using Rest API using Postman to test the API integration and it gives an error as below { "status": "error", "message": "Insufficient permission for that call.", "data": null, "error_type": "PermissionException" } Below is what I am hitting on Postman { "tradingsymbol": "ACC", "exchange": "NSE", "transaction_type": "BUY", "order_type": "MARKET", "quantity": "1", "product": "MIS", "validity": "DAY" }
I have purchased both API and Historical Data and tried regenerating the access token as well
PS: All third party platforms need to use Kite Publisher to place order.