v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
Add-Ons

Get add-on by ID

get/api/add-ons/{id}

Path parameters

idstring required

Add-on ID

Response

Add-on details with prices

idstring required
namestring required
codestring required
descriptionstring
invoiceDisplayNamestring
createdAtstring required
updatedAtstring required

Example response

{
  "id": "clx1234567890",
  "name": "Extra Storage",
  "code": "extra_storage",
  "description": "50GB additional storage",
  "invoiceDisplayName": "Storage Add-On",
  "prices": [
    {
      "id": "clx1234567890",
      "currency": "USD",
      "amount": "29.9900"
    }
  ]
}