I am trying to use Bing News api v7.
I got the key from Bing resources > name of resource > Keys and Endpoint.
When I try to get information from this endpoint, I am getting this.
https://api.bing.microsoft.com/v7.0/search/?q=microsoft+devices&Ocp-Apim-Subscription-Key=xxx
{"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource."}}