GET
/
api
/
products
curl --location --request GET 'https://api.xente.co/products/{id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \

{
    "message": "Product items retrieved successfully",
    "code": 0,
    "data": {
        "currentPage": 1,
        "pageSize": 2,
        "totalCount": 44,
        "totalPages": 22,
        "collection": [
            {
                "productItemId": "AIRTELDATABUNDLESUG_24510766",
                "name": "Weekly_150MB Phone",
                "category": "DATA",
                "amount": 2000.00,
                "isAmountFixed": true,
                "validityPeriod": "Weekly",
                "type": "DATA",
                "productId": "AIRTELDATABUNDLESUG",
                "shortDescription": null,
                "longDescription": null,
                "productRegex": null,
                "isActive": true,
                "productItemCode": "24510766",
                "sortOrder": 0
            },
            {
                "productItemId": "AIRTELDATABUNDLESUG_24510767",
                "name": "Weekly_7GB",
                "category": "DATA",
                "amount": 20000.00,
                "isAmountFixed": true,
                "validityPeriod": "Weekly",
                "type": "DATA",
                "productId": "AIRTELDATABUNDLESUG",
                "shortDescription": null,
                "longDescription": null,
                "productRegex": null,
                "isActive": true,
                "productItemCode": "24510767",
                "sortOrder": 0
            }
        ],
        "previousPage": false,
        "nextPage": true
    }
}

Response

success
number

Indicates whether the call was successful. 1 if successful, error code if not.

data
object

The contents of the product