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 ),
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.
I have tested in post only.
Leave the Postman as REST Client,
I am getting the 401 Unauthorized and response is empty.
client_id: APICLIENT@Username is it right ?
Hi there,
The example has
client_id=<userName>@<accountName>
Try using that.
Mark