Add-ons

List add-ons

get/api/v1/addons

Query parameters

searchstring
currencystring
include_archivedboolean

Include archived add-ons in the results (default: false)

order_bystring

Sort order. Format: column.direction. Allowed columns: name, created_at. Direction: asc or desc. Default: created_at.desc.

pageinteger

Page number (0-indexed)

per_pageinteger

Number of items per page

Response

List of add-ons

Example response

{
  "data": [
    {
      "entitlements": [
        {
          "feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
          "id": "ent_7n42DGM5Tflk9n8mt7Fhc7"
        }
      ],
      "id": "add_7n42DGM5Tflk9n8mt7Fhc7",
      "price_id": "pri_7n42DGM5Tflk9n8mt7Fhc7",
      "product_id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
    }
  ]
}

Changes