v8
OpenAPI 3.1.02026-08-033623795.0 MBMemberships
Extend Membership
Adds free days to a membership, extending its current billing period, expiration date, or trial depending on the plan type.
post/memberships/{id}/extend
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
membership extended
Example response
{
"member": {
"access_level": "no_access"
},
"status": "trialing"
}