MembershipTypes
List MembershipTypes in display order
Returns a lightweight { id, name } summary of every MembershipType in the caller's organisation, sorted by the organisation-wide display order (the order column on the type), then by creation time as a tiebreak.
Use this to power UIs that need to render the type list in the operator-chosen order — typically the drag-to-reorder admin screen or any storefront component that picks the "first" type to feature. For the full MembershipType payload (with rates and metadata), use listMembershipTypes instead.
get/customers/ordered-membership-types
Query parameters
organisation_idstring uuid
Filter customers that belong to the given organisation ID
Response
The MembershipTypes were retrieved in display order.
Example response
{
"data": [
{
"name": "Gold tier"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.