Reviews
Last updated
Last updated
GET /api_user/api/v1/reviews HTTP/1.1
Host: papelship.com
x-api-key: YOUR_API_KEY
x-store-hash: YOUR_API_KEY
Accept: */*
{
"success": true,
"reviews": [
{
"id": 1,
"customer_email": "text",
"invoice_id": 1,
"rating": 1,
"comment": "text",
"created_at": "2026-01-27T17:51:46.768Z",
"is_flagged": true
}
]
}