plugin prevents Woocommerce API access
-
Hello,
I use Woocommerce keys to authenticate my API calls, it works fine, but once I turn on the plugin, API calls return this:
{
“code”: “rest_login_required”,
“message”: “Only authenticated users can access the REST API.”,
“data”: {
“status”: 401
}
}is there a way to avoid this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘plugin prevents Woocommerce API access’ is closed to new replies.