I tried the following method to generate OAuth 2 token for API client (with reference to https://docs.appdynamics.com/display/PRO45/API+Clients#APIClients-using-the-access-token ), https://saas.hostname.com/controller/api/oauth/access_token?grant_type=client_credentials&client_id=MahiTest&client_secret=fa29219b-757f-4397-bf96-489476199fb4 Client Id: is Api client name client_secret : is the Secret key for the client. I am getting the response like, "Grant type value not specified." Suggest me if a way to get the token.
... View more