Based on Dokan documents, I use woocommerce API consumer_key and consumer_secret in Dokan APIs, but it returns "rest_forbidden" status 401 error, while there is not any problem when use woocommerce APIs.
I use following endpoints:
the first one return 401 error and second one return json responses.
https://....com/wp-json/dokan/v1/products/123/?consumer_key=...&consumer_secret=... https://....com/wp-json/wc/v3/products/123/?consumer_key=...&consumer_secret=...
Where is the problem? can any one help?