MembershipRates
Retrieve a MembershipRate
Use this endpoint to retrieve a single MembershipRate by its ID.
get/customers/membership-rates/{rateId}
Response
The MembershipRate was successfully retrieved or updated.
Example response
{
"data": {
"name": "Standard rate",
"currency": "GBP",
"price": 5000,
"joining_fee": 1000,
"billing_frequency": "P1M",
"default_duration": "P1Y",
"notice_period": "P1M",
"private": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.