Create a new addon
addon
Create a new addon
POST
Create a new addon
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The API key to access the admin API
Body
application/json
The ID of the charge
Example:
"123e4567-e89b-12d3-a456-426614174000"
The subscription ID this addon is associated with
Example:
"123e4567-e89b-12d3-a456-426614174000"
The quota amount for this addon
Required range:
x >= 1Example:
100
Whether the addon can be automatically renewed
Example:
true
Response
The addon has been successfully created.