List

List the members (seats) of a membership subscription.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Path Params
integer
required

Subscription ID.

Query Params
int32
required

The unique identifier of the site associated with your account.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json