You can view the reviews that your customers have left for the packaging videos that you've recorded.
In addition to a basic global view to see all reviews left by customers, you can view reviews by a specific date or by a specific URL.
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
Authorization | Required | string | API authentication key | Authorization: Bearer your-api-key |
The API authorization key is the API key created in [Web Admin > Workspace > Settings > API Key].
You must add 'Bearer ' in front of the API key to ensure proper authentication processing. | | Version | Required | string | API version | Version: 2025-01-09
You must specify the correct version to use the API. |
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
page | Optional | string | Page Number | (Standard) Page number for full lookup |
Number of data per page: Max 10,000
If empty, default is 1 page view
created_before, created_after, Cannot be used with URL parameters. | | created-after | Optional | string | Review submission start date | - Format: YYYY-MM-DDTHH:mm:ss or YYYY-MM-DDThh:mm:ss+00:00 (ISO8601) If there is no timezone offset value, it is treated as KST (Korea Standard Time)
created-after when using created-before required | | created-before | Optional | string | Review registration end date | - Format: YYYY-MM-DDTHH:mm:ss or YYYY-MM-DDThh:mm:ss+00:00 (ISO8601) If there is no timezone offset value, it is treated as KST (Korea Standard Time)
created-after when using created-before required | | url | Optional | string | URL of the Video Message where the review is registered | |
<https://api.realpacking.com/v3/reviews>
<https://api.realpacking.com/v3/reviews?page=2>
<https://api.realpacking.com/v3/reviews?created-after=2023-12-22T00:00:00&created-before=2023-12-22T23:59:59>
<https://api.realpacking.com/v3/reviews?url=0xhLA>
No Request Body Required