Skip to main content

Get Warranty By ID

You can get a warranty information by individualCustomerProductId using this service.

Request

You can view warranty details by warranty ID using this service.

curl --location --request GET '<BASE_URL>/individual-customer-products/{individualCustomerProductId}'
--header 'Content-Type: application/json'
--header 'Authorization: <jwtToken>'

Path Variables

ParameterTypeRequired
Description
individualCustomerProductIdIntegerYesWarranty Id

Response

{
"customer": {
"firstName": "Ahmet",
"lastName": "Arslan",
"email": "example@egaranti.com",
"emailVerified": true,
"phoneVerified": true,
"phone": "+905443332211"
},
"product": {
"name": "Lenovo Ideapad Flex 5 11.Nesil Core i5",
"category": "Elektronik > Bilgisayar & Tablet > Laptop",
"brand": "LENOVO",
"model": "Ideapad Flex 5",
"warrantyStartDate": "2025-03-16",
"warrantyExpireDate": "2027-03-16",
"externalOrderId": "123",
"extendedWarranties": [
{
"productName": "Lenovo Ideapad Flex 5 11.Nesil Core i5",
"brand": "LENOVO",
"productPrice": 18499.90,
"offerPrice": 1249.00,
"extendedWarrantyYear": 2,
"extendedWarrantyMonth": 24,
"warrantyStartDate": "2026-08-01",
"warrantyExpireDate": "2028-08-01",
"externalProductName": "LNV-9103D-WM",
"activationCode": "EGRNT-7K3M-9QpX",
"externalPolicyNo": "POL-2026-000784512",
"extendedWarrantySendDate" : "28-03-2026"
}
]
}
}