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.