Add coupon to subscription
Applies a coupon to the subscription for the specified organization.
PUT
Add coupon to subscription
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of organization
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
User new fields data
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Response
Success
Available options:
free, advanced, enterprise, standard Last modified on January 21, 2026
Previous
Cancel subscription at period endSchedules the subscription for cancellation at the end of the current billing period. The subscription remains active until then.
Next
Add coupon to subscription