Skip to main content
GET
Get the tenant's activation record for one addon
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /addons/ addonId is the addon’s name (e.g. distro), not a numeric id. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

addonId
enum<string>
required
Available options:
distro,
payment_requests,
publisher

Response

Addon activation record retrieved

success
boolean
Example:

true

data
object

A tenant's activation record for one addon (TenantAddon model, composite PK TenantId + AddonName).