SpaceMediaSpaceMedia
Endpoint referenceAdd-ons

Create Add-On Checkout

POST
/api/v1/addons/{addon_slug}/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
AuthorizationBearer <token>

In: header

Path Parameters

addon_slug*string

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?