• I have installed woocommerce and YITH plugin YITH WooCommerce Subscription.
    I use jwt for authenticate my request to wordpress api, the plugin is
    JWT Authentication for WP-API.

    When I do a request to /wp-json/wc/v1/orders with a token that guarantee administrator power, I obtain a normal 200 response.

    But if I try with `/wp-json/wc/v1/subscriptions’ I obtain a code 404, No route was found matching the URL and request method

    How can I access the lists of all the subscriptions under YITH?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    I’m sorry but doesn’t exists an endpoint to show the list of the subscriptions.
    I’ll inform our developers about your request so that they can evaluate it and in case consider implementing it in a future plugin update.

    Thread Starter fmerli

    (@fmerli)

    is it possible to derive the state of the subscriptions from: /wp-json/wc/v1/orders?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Endpoint /wp-json/wc/v1/subscriptions do not work’ is closed to new replies.