v1

latestOpenAPI 3.1.02026-07-2665153355.3 KB
Products

Retrieves a list of all products.

get/components/v1/product

Response

Products retrieved successfully.

Example response

{
  "getAllProductResponse": [
    {
      "id": "507f1f77bcf86cd799439015",
      "name": "Gold Coins Pack",
      "displayName": "Gold Coins",
      "publisherProductId": "gold_coins_100",
      "type": "Quantity",
      "description": "A pack of 100 gold coins.",
      "prefix": "Get",
      "suffix": "coins",
      "textFontColorHex": "#f5c518",
      "productImageUrl": "https://media.appcharge.com/media/69133d595af23405d8e843a5",
      "productPrefixImageUrl": "https://media.appcharge.com/media/69133d595af23405d8e843a5",
      "productImageExternalUrl": "https://images.pexels.com/photos/35406321/pexels-photo-35406321.jpeg"
    }
  ]
}