cURL
curl --request POST \ --url https://{defaultHost}/v5/app/memberships/{id}/add_free_days \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "days": 123 }'
Adds free days to a membership
App API key for /v5/app and /v5/company endpoints
The ID of the Membership, which will look like mem_*************. This can also be the license key
free days added
Was this page helpful?