get
https://www.pelcro.com/api/v1/core/subscriptions
Retrieve a paginated list of subscriptions with support for filtering, sorting, and relationship expansion.
Overview
Retrieve a paginated list of subscriptions on your site. Supports filtering and sorting and expanding relationships.
Example: You want to list all subscriptions with their plan details and latest invoice. Call this endpoint with expand=plan,latestInvoice to include the related data.
| Feature | Fields |
|---|---|
| Searchable | user_id |
| Sortable | user_id |
| Expandable | address, plan, coupon, defaultSource, latestInvoice |
Related Endpoints
- Subscriptions - Overview of the subscriptions API
