Nhảy tới nội dung
Phiên bản: 1.0

API danh sách mã sản phẩm

Endpoint: api/v1/service/shopcard/products

Method: GET

Header: Cách tạo JWT_TOKEN

{
"X-APPOTAPAY-AUTH": Bearer JWT_TOKEN,
"Content-Type": "application/json"
}

Dữ liệu trả về

Tham sốKiểu dữ liệuMô tả
dataArray of ObjectDanh sách nhà cung cấp kèm mã thẻ
data[].productTypeStringNhà cung cấp thẻ
data[].productCodesArray of ObjectDanh sách thẻ
data[].productCodes[].nameStringTên thẻ
data[].productCodes[].codeStringMã thẻ
data[].productCodes[].valueIntegerGiá trị thẻ

Ví dụ

Response

{
"data": [
{
"productType": "APPOTA",
"productCodes": [
{
"name": "Thẻ Appota 10.000đ",
"code": "AC10",
"value": 10000
}
]
},
...
],
}