Is there a plan for private/restricted content API

Hi,

I’m thinking of building a self hosted ghost website, which will also include mobile apps built with React native.

Right now, I see that there is only content API for public posts, but no explanation of how to get restricted/private posts?

Any information on this topic - is that private content API planned in any shape or form in the near future?

Thanks in advance for your help,
Ivan

You can use the Admin API in place of the Content API

That’s intended for authors as far as I understand, not subscribers that will just read restricted posts?

I’ll look at that option in more detail, maybe I misunderstood.

Oh, sorry, I didn’t understand from your initial message that you meant members-only content.

The Content API is usable with JWTs. A couple of posts that should point you in the right direction:

2 Likes