curl --request GET \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/warranties' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"data": {
"items": [
{
"created_at": "2024-12-09T10:30:00Z",
"customer_id": "123e4567-e89b-12d3-a456-426614174000",
"description": "2-year manufacturer warranty covering defects in materials and workmanship",
"end_date": "2026-12-09T00:00:00Z",
"id": "aa0e8400-e29b-41d4-a716-446655440000",
"product_id": "550e8400-e29b-41d4-a716-446655440000",
"start_date": "2024-12-09T00:00:00Z",
"status": "active",
"terms": "Covers manufacturing defects only. Does not cover damage from misuse, accidents, or unauthorized modifications.",
"updated_at": "2024-12-09T10:30:00Z",
"warranty_number": "WRN-2024-001234"
}
],
"limit": 20,
"page": 1,
"total": 49,
"total_pages": 1
},
"errors": [
"string"
],
"message": "Two-person tent, green — replacement for damaged pole set.",
"meta": {
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"timestamp": "2026-08-31T14:22:05Z"
},
"success": true
}
List warranties
List warranties
GET
/
api
/
v1
/
warranties
curl --request GET \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/warranties' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"data": {
"items": [
{
"created_at": "2024-12-09T10:30:00Z",
"customer_id": "123e4567-e89b-12d3-a456-426614174000",
"description": "2-year manufacturer warranty covering defects in materials and workmanship",
"end_date": "2026-12-09T00:00:00Z",
"id": "aa0e8400-e29b-41d4-a716-446655440000",
"product_id": "550e8400-e29b-41d4-a716-446655440000",
"start_date": "2024-12-09T00:00:00Z",
"status": "active",
"terms": "Covers manufacturing defects only. Does not cover damage from misuse, accidents, or unauthorized modifications.",
"updated_at": "2024-12-09T10:30:00Z",
"warranty_number": "WRN-2024-001234"
}
],
"limit": 20,
"page": 1,
"total": 49,
"total_pages": 1
},
"errors": [
"string"
],
"message": "Two-person tent, green — replacement for damaged pole set.",
"meta": {
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"timestamp": "2026-08-31T14:22:05Z"
},
"success": true
}
Query parameters
integer (int64)
integer (int64)
string
Response
ApiResponse_PaginatedResponse_WarrantySummary
object
Show data
Show data
object[]
required
Show items
Show items
string (date-time)
required
Creation timestamp
string (uuid)
required
Customer UUID who owns the warranty
string,null
Warranty description
string (date-time)
required
Warranty expiration date
string (uuid)
required
Warranty UUID
string (uuid)
required
Product UUID covered by warranty
string (date-time)
required
Warranty start date
string
required
Warranty status (active, expired, claimed, void)
string,null
Warranty terms and conditions
string,null (date-time)
Last update timestamp
string
required
Human-readable warranty number
integer (int64)
required
integer (int64)
required
integer (int64)
required
integer (int64)
required
array,null
string,null
boolean
required
Status codes
| Code | Meaning |
|---|---|
200 | Warranties listed |
401 | Unauthorized |
403 | Forbidden |
curl --request GET \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/warranties' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"data": {
"items": [
{
"created_at": "2024-12-09T10:30:00Z",
"customer_id": "123e4567-e89b-12d3-a456-426614174000",
"description": "2-year manufacturer warranty covering defects in materials and workmanship",
"end_date": "2026-12-09T00:00:00Z",
"id": "aa0e8400-e29b-41d4-a716-446655440000",
"product_id": "550e8400-e29b-41d4-a716-446655440000",
"start_date": "2024-12-09T00:00:00Z",
"status": "active",
"terms": "Covers manufacturing defects only. Does not cover damage from misuse, accidents, or unauthorized modifications.",
"updated_at": "2024-12-09T10:30:00Z",
"warranty_number": "WRN-2024-001234"
}
],
"limit": 20,
"page": 1,
"total": 49,
"total_pages": 1
},
"errors": [
"string"
],
"message": "Two-person tent, green — replacement for damaged pole set.",
"meta": {
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"timestamp": "2026-08-31T14:22:05Z"
},
"success": true
}
Last modified on August 31, 2026