Base URL
https://{tenant}.logzi.com/api/warranty_item/
Every request returns a JSON response. On success result.code == 1, on error result.code == 0. A warranty item represents a line of a warranty certificate document. This endpoint is read-only — use the warranty API to modify items.
/api/warranty_item/get
Retrieve a single warranty item by identifier.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int | Warranty item identifier |
Example request
GET /api/warranty_item/get?id=1
X-API-KEY: {your_api_key}
/api/warranty_item/list
List of items belonging to a single warranty certificate.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
receipt_id | int | Warranty certificate document identifier |
Example request
GET /api/warranty_item/list?receipt_id=12
X-API-KEY: {your_api_key}
Create your account now,
pay later!