I am trying the mentioned REST API after I successfully acquired the OAuth2 access_token from (https://login.apigee.com/oauth/token) But when I pass the access_token to https://apimonitoring.enterprise.apigee.com/metrics/traffic Url I am getting the following exception always,
{
"message": "Missing or bad authorization header",
"error": "Apigee.SSO.AuthorizationError"
}
I have already passed the Bearer token in my Authorization header. I have no idea what is I am missing here. Any clue or help?