• I’m able to hit the recipes endpoint successfully with basic auth at this endpoint, but when I try to hit a specific rating endpoint with basic auth I get a 401 (Unathorized). I am an admin user with moderate_comments capability so I’m not sure what’s happening.

    Thanks for any guidance and help!

    • This topic was modified 5 years, 3 months ago by kelleyco2.
Viewing 1 replies (of 1 total)
  • Plugin Author Brecht

    (@brechtvds)

    Sounds like an authentication issue.

    You don’t need to be authenticated to do a GET request to the recipe endpoint, but getting individual rating details does require that (since that information isn’t available to the general public).

    So I’d look into how you’re doing the authentication. Test that on the regular WordPress REST API first to make sure it works there. If it does, it should work for our endpoints as well.

Viewing 1 replies (of 1 total)

The topic ‘Ratings Endpoing’ is closed to new replies.