Site icon Hip-Hop Website Design and Development

"error_message": "Sorry, you cannot list resources." using WooCommerce API

When requesting the test API, getting the following response:

{
    "errors": [
        {
            "error_code": "",
            "error_message": "Sorry, you cannot list resources."
        }
    ]
}

The credentials are OK, REST API keys have both read/write permissions. I tried with newly generated API keys, same problem.