GET
/
product
curl --request GET \
  --url https://playground.runa.io/v2/product \
  --header 'X-Api-Key: <api-key>'
[
  {
    "code": "tFV1",
    "name": "FV One",
    "image_url": "<string>",
    "denomination_type": "open",
    "categories": [
      {
        "code": "department-stores",
        "name": "Department Stores"
      }
    ],
    "minimum_value": 1,
    "maximum_value": 10,
    "available_denominations": [
      5,
      10
    ],
    "discount_multiplier": 0.1,
    "price_multiplier": 0.9
  }
]

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Version
string

The dated version of the API, if not specified a default is used.

Query Parameters

country_code
string
required

Country code for which to return a list of products.

Response

200
application/json

Successful Response

The response is of type Product · object[].