I have subscribed to Kite Connect Paid one. When I try to call the Alerts API , getting the following error. I am not using any library, directly calling the api. Please help on this issue
{ "status": "error", "message": "Insufficient permission for that call.", "data": null, "error_type": "PermissionException" }
Hey @95rajasekar were you able to figure this out and resolve it?
I am getting the same error (I am using the access token created this morning, which we have to do everyday morning anyways) I am using the paid app as well (all other API's work fine, orders/historical/WS etc.) and getting error only for this alerts API.
If you were able to resolve it, how did you resolve the issue?
@nagavenij I am using the access token created this morning yet, getting this error:
{ "status": "error", "message": "Insufficient permission for that call.", "data": null, "error_type": "PermissionException" }
Please share the syntax for creating Basic Alert, ATO & retrieve alert for Python.
I couldn't find the it anywhere.
{
"status": "error",
"message": "Insufficient permission for that call.",
"data": null,
"error_type": "PermissionException"
}
I am getting the same error (I am using the access token created this morning, which we have to do everyday morning anyways) I am using the paid app as well (all other API's work fine, orders/historical/WS etc.) and getting error only for this alerts API.
If you were able to resolve it, how did you resolve the issue?
@nagavenij I am using the access token created this morning yet, getting this error:
{
"status": "error",
"message": "Insufficient permission for that call.",
"data": null,
"error_type": "PermissionException"
}