error : {message: 'Resource not found'}

when I try to get by id a post that I created or uptated I'm getting the error: {message: 'Resource not found'}. The posts exists, I checked, the service work because it works for the other existing posts, excepting the ones I create or update... In the REST console here it works too, but on local no, any ideas?

To retrieve a specific post, you have to use the "public/v2/posts/<post_id>" endpoint, it is not under the users. I've tested and it is working properly.

For our own created/modified data you need to pass access token, without it you will only get public data

zeevy, that access token is different to the one I use to the other endpoints? how do i get it?

skyFoxColder. it works, for everything but created/modified data as zeevy indicates


Little markdown supported