curl --silent --show-error --fail-with-body --request GET \
--url 'https://api.stateset.com/api/v1/reviews/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"body": "Two-person tent, green — replacement for damaged pole set.",
"created_at": "2026-08-31T14:22:05Z",
"customer_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"helpful_count": 1,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rating": 1,
"status": "pending",
"title": "Replacement tent pole set",
"verified_purchase": true
}
Get a review
Review details
GET
/
api
/
v1
/
reviews
/
{id}
curl --silent --show-error --fail-with-body --request GET \
--url 'https://api.stateset.com/api/v1/reviews/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"body": "Two-person tent, green — replacement for damaged pole set.",
"created_at": "2026-08-31T14:22:05Z",
"customer_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"helpful_count": 1,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rating": 1,
"status": "pending",
"title": "Replacement tent pole set",
"verified_purchase": true
}
Confirm your deployment before running this request. This page describes an API contract;
a published reference does not establish hosted availability. Check the dated
host report and obtain your deployment URL and credentials.
Replace the example host if your provisioned service uses a different URL.
Path parameters
string
required
Review ID (UUID)
Response
ReviewResponse
string
required
string (date-time)
required
string (uuid)
required
integer (int64)
required
string (uuid)
required
string (uuid)
required
integer (int32)
required
Minimum:
0.string
required
string
required
boolean
required
Status codes
| Code | Meaning |
|---|---|
200 | Review details |
404 | Review not found |
Using this contract
Read the source OpenAPI document for declared schemas and alternatives. This page also includes documented corrections from the spec overlays. Example IDs and values are illustrative; replace them with records from your workspace.curl --silent --show-error --fail-with-body --request GET \
--url 'https://api.stateset.com/api/v1/reviews/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"body": "Two-person tent, green — replacement for damaged pole set.",
"created_at": "2026-08-31T14:22:05Z",
"customer_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"helpful_count": 1,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rating": 1,
"status": "pending",
"title": "Replacement tent pole set",
"verified_purchase": true
}
Last modified on September 21, 2026