We are getting "Authorization has been denied for this request” while calling dash APIs.
While calling the dashAPI, along with the subscription key, you need to pass an OAuth Token to the API.
After generating the token and pass the token as “Authorization” value under Header.
Key |
Value |
Authorization |
Bearer + space + Access Token key |
Essential Reads