curl --request GET \
--url 'https://api.stateset.com/api/v1/warranties/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"order_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "pending",
"warranty_number": "string",
"warranty_type": "string"
}
Get a warranty
Get a warranty
GET
/
api
/
v1
/
warranties
/
{id}
curl --request GET \
--url 'https://api.stateset.com/api/v1/warranties/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"order_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "pending",
"warranty_number": "string",
"warranty_type": "string"
}
Path parameters
string
required
Warranty ID
Response
WarrantyResponse
string
required
string
required
string
required
string
required
string
required
string
required
string
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
404 | — |
curl --request GET \
--url 'https://api.stateset.com/api/v1/warranties/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"order_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "pending",
"warranty_number": "string",
"warranty_type": "string"
}
Last modified on August 31, 2026