How to create & retrieve Alerts in Kite

contactruchir
I created few manual Alerts (attached screenshot).
How do I do so using python ?
Also, how to retrieve & edit alerts ?


  • nagavenij
    You can refer to this API documentataion
  • contactruchir
    Thank you for the reply.
    Please share the syntax for creating Basic Alert, ATO & retrieve alert for Python.
    I couldn't find the it anywhere.
  • Sravanthi_bh
    You can verify this information in the Alerts API documentation itself.
  • 95rajasekar
    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"
    }
  • nagavenij
    You can re-create the access token and try fetching the alerts again.
Sign In or Register to comment.