Skip to main content
GET
List all addons with the tenant's activation state
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /addons Returns every system addon (Addon.scope('Active')) merged with the tenant’s TenantAddon row where one exists, so the response always has one entry per registered addon regardless of activation state. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Addons retrieved

success
boolean
Example:

true

data
object[]