List user memberships
Returns a paginated list of the memberships members hold, including the membership type and pricing plan each one is on. Filter by member, active/expired state, or expiry date range.
query Parameters
filter[user_id]filter[active]filter[expired]filter[expires_starting_at]filter[expires_ending_at]page[number]page[size]Headers
X-Api-VersionOptional API version for this request. When omitted, the server uses the default version. This documentation describes version 2026-08-25.
List user memberships › Responses
Paginated set of UserMembershipResource
current_pagefromlast_pageper_pagetototalGet a user membership
Returns a single held membership with its membership type and pricing plan.
path Parameters
user_membershipHeaders
X-Api-VersionOptional API version for this request. When omitted, the server uses the default version. This documentation describes version 2026-08-25.
Get a user membership › Responses
UserMembershipResource
idThe unique identifier of the user membership.
user_idThe id of the member who holds this membership.
statusCurrent membership state. retrying means the last renewal
payment failed and further attempts are scheduled.
will_auto_renewWhether the membership renews automatically at the end of the current period.
ends_atISO 8601 timestamp of when the current membership period ends.
renewed_atISO 8601 timestamp of the most recent renewal, or null if the membership has never renewed.
created_atISO 8601 timestamp of when the membership was created.
The membership type this membership belongs to. Included when the relation is loaded, which both endpoints always do.
planThe pricing plan the membership is billed on. Included when the
relation is loaded, which both endpoints always do. amount is
in the smallest currency unit (e.g. cents).