get
https://www.pelcro.com/api/v1/sdk/subscriptions//members/list
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
List the members of a membership-type subscription owned by the authenticated customer. Each entry includes the member's status (pending until the invitee claims their seat, then active), the invitation email, any linked shipping address, and the parent subscription.
Example:
curl --request GET \
--url 'https://www.pelcro.com/api/v1/sdk/subscriptions/1002/members/list?site_id=1025' \
--header 'Authorization: Bearer <JWT>'Notes
- Protected — requires the customer's JWT.
- The subscription must be a membership and owned by the authenticated customer; otherwise the request returns
400 Invalid subscription provided.
