v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBMemberships
Get a single membership
Get a single membership by id
Required scopes: flex.community.memberships.read
get/api/v2/organizations/{orgSlug}/memberships/{membershipId}
Path parameters
membershipIdstring required
membership id
orgSlugstring required
organization slug
Response
Example response
{
"properties": {
"customProperty1": "value1",
"customProperty2": "value2"
},
"_id": "603dfbc260f4054084125d30",
"name": "Private Office",
"location": "603dfbc260f4054084125d33",
"plan": "603dfbc260f4054084125d33",
"company": "603dfbc260f4054084125d33",
"member": "603dfbc260f4054084125d33",
"startDate": "2024-01-01T00:00:00Z",
"endDate": "2024-01-01T00:00:00Z",
"intervalCount": 6,
"price": 20,
"deposit": 5,
"discount": "603dfbc260f4054084125d33",
"discountAmount": 5,
"calculatedDiscountAmount": 5,
"discountedPrice": 5,
"contract": "603dfbc260f4054084125d33",
"source": "admin",
"createdAt": "2024-04-12T00:00:00.000Z",
"createdBy": "6080186f490fcf6e0537ec27",
"modifiedAt": "2024-05-12T00:00:00.000Z",
"modifiedBy": "6080186f490fcf6e0537ec54"
}