I am trying to dismiss the alerts using API. I am following this link Alert Update . Now I am able to dismiss the alert using this link successfully but I have tried using PostMan and I failed, After looking into the documentation I got to know that I will need the Authorization Token to do this using PostMan but I don't know how can I create or obtain one. Does anyone know how to create the Token specifically for Azure Security Center?
Any help is appreciated. Thanks! Anmol
This is the doc about acquiring an access token. You could use
auth-code-flow
to get access_token.1.Request an authorization code
2.Request an access token
Note:
scope
is mentioned from the link.