memberships

Get Active Membership

Get the authenticated user's active membership.

Returns 404 if the user has no active membership (e.g., still in onboarding and hasn't selected a plan yet).

Requires authentication via Bearer token.

get/memberships/

Response

Successful Response

idstring uuid required
user_idstring uuid required
plan_idstring uuid required
statusstring required
started_atstring date-time required
expires_atstring date-time nullable required
cancelled_atstring date-time nullable required
created_atstring date-time required
updated_atstring date-time required
plan_slugstring required
plan_namestring required
plan_descriptionstring nullable required
referral_eligibleboolean required
price_cents_usdinteger nullable required
referred_bystring uuid nullable required
referrer_namestring nullable
is_memberboolean required

Whether user is a member (has full access via paid or referred plan).

Changes

No recorded changes to this endpoint across all 1 revision of this API.