Members & Subscriptions recipes
The advantage of using the admin API is that you can create, edit and delete members. This is not possible with the content API.
Handling new members and add their stripe susbscription
Using the admin API you can create a new member with minimal information name and email
Then later update that member to add a stripe customer id
Get all Paid tiers that are active
You can get all the Tiers you created from your Ghost Blog and filter them by active and paid tiers.
Get Members active subscriptions
This is a quick example to get the subscriptions of a member and filter them by active status.