Add-ons

List add-ons

get/api/v1/addons

Query parameters

searchstring
currencystring
include_archivedboolean

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

pageinteger

Page number (0-indexed)

per_pageinteger

Number of items per page

Response

List of add-ons

Example response

{
  "data": [
    {
      "id": "add_7n42DGM5Tflk9n8mt7Fhc7",
      "price_id": "pri_7n42DGM5Tflk9n8mt7Fhc7",
      "product_id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
    }
  ]
}

Changes