You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a get request to the endpoint https://api.bing.microsoft.com/v7.0/search?q=something setting the Ocp-Apim-Subscription-Key header with a valid subscription key returns the following error:
{
"error": {
"code": "401",
"message": "The Search Operation under Web Search API - v7 is not supported with the current subscription key and pricing tier Bing.CustomSearch.F0."
}
}
The text was updated successfully, but these errors were encountered:
Currently a get request to the endpoint
https://api.bing.microsoft.com/v7.0/search?q=something
setting theOcp-Apim-Subscription-Key
header with a valid subscription key returns the following error:The text was updated successfully, but these errors were encountered: