woocommerce_rest_cannot_view #768
Closed
kayleejacob1
started this conversation in
General
Replies: 2 comments 1 reply
-
Tried to change the value of authorizeheader. |
Beta Was this translation helpful? Give feedback.
1 reply
-
i found error to be in my key |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{"code":"woocommerce_rest_cannot_view","message":"Sorry, you cannot list resources.","data":{"status":401}}
im sure this issue on my side but tried in postman everything works.
my code: below
` RestAPI rest = new RestAPI("https://test.com/wp-json/wc/v3/", "testkey", "tespass");
rest.Debug = true;
Beta Was this translation helpful? Give feedback.
All reactions