Create Add-On Checkout
Create a checkout for an organization add-on version and billing cycle. Store checkout_id locally and verify the checkout before enabling paid add-on behavior in your integration.
Authorization
BearerAuth In: header
Path Parameters
Add-on slug, for example release-smartlinks or members-management.
Request Body
application/json
Request payload.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
Was this page helpful?
Uninstall Add-On
Uninstall Add-On. Use it to install, activate, deactivate, uninstall, and purchase organization add-ons that are visible to the caller through normal account permissions. It applies the requested change and returns the updated resource, validation result, or action status needed for the next API step.
View Add-On Checkout Status
View Add-On Checkout Status. Check an add-on checkout by checkout_id. Use this after the user returns from payment or after an embedded payment component reports completion.