Memberships
Add Free Days to Membership
Adds free days to a membership
POST
/
v5
/
app
/
memberships
/
{id}
/
add_free_days
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the Membership, which will look like mem_*************. This can also be the license key
Body
application/json
days
number
requiredThe number of free days to add to the membership.
Response
200 - application/json
The response is of type object
.
Was this page helpful?