WooCommerce REST API Error 401
-
PLEASE NOTE THAT MY CONSUMER KEY AND CONSUMER SECRET IS 100% CORRECT.
Today I update my Woocommerce to latest version 3.6.1 and suddenly REST API stops working and giving me error 401.
{
“code”: “woocommerce_rest_cannot_view”,
“message”: “Sorry, you cannot view this resource.”,
“data”: {
“status”: 401
}
}Before the update, everything was working fine. I have doubled check the keys and it is right. It’s the update which created the problem. I have my own version of the dashboard which uses the WP API, It was working fine before the update.
Please Don’t give me this answer, as I already tried this:
Hey there. 401 errors mean that you’ve got bad credentials and are using the wrong API keys: https://woocommerce.github.io/woocommerce-rest-api-docs/#errorsPLEASE NOTE THAT MY CONSUMER KEY AND CONSUMER SECRET IS 100% CORRECT.
- The topic ‘WooCommerce REST API Error 401’ is closed to new replies.