cURL
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 } ]
Listing of products available for purchase by country.
The dated version of the API, if not specified a default is used.
Country code for which to return a list of products.
Successful Response
The response is of type Product · object[].
Product · object[]
Was this page helpful?