Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
560 stars 161 forks source link

Can't list categories from Woocommerce API v2 #157

Closed Bobeta closed 1 year ago

Bobeta commented 5 years ago

Using this solution, I can't list product categories using Woocommerce Rest API v2, it gives me the following error:

{
    "code": "woocommerce_rest_cannot_view",
    "message": "Sorry, you cannot list resources.",
    "data": {
        "status": 403
    }
}