APIs/TikTok Data API/v1/List of product reviews

List of product reviews

GET/api/tiktok-data-api/v1/list-of-product-reviews

Test This Endpoint

Enter your credentials and parameters, then run a live request to see the real response

Authentication

X-API-Tokenrequired
X-API-Secretrequired

Query Parameters

regionrequired
product_idrequired

Response

Click "Run Test" to send a live request and see the response here

Request Parameters

Validation rules grouped by request section.

Query Parameters

regionstring
Type
string
Required
Yes
product_idstring
Type
string
Required
Yes

Header Parameters

X-API-TokenstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.
X-API-SecretstringGet it from the dashboard after signing in.
Type
string
Required
Yes
Get it from the dashboard after signing in.

Request Examples

curl -X GET 'https://bodapi.com/api/tiktok-data-api/v1/list-of-product-reviews' \
  -H "X-API-Token: $BODAPI_API_TOKEN" \
  -H "X-API-Secret: $BODAPI_API_SECRET"

List of product reviews

Upstream: GET /v1/shop/product/{product_id}/reviews (TokAPI)

Gateway route: GET /api/tiktok-data-api/v1/list-of-product-reviews

Auth headers

Name Required Description
X-API-Token yes Your bodapi API token
X-API-Secret yes Your bodapi API secret

Query parameters

Name Required Notes
product_id yes Path parameter — pass as a query parameter
region yes
count no
sort_type no
filter_id no
offset no

Example

curl -X GET "https://gateway.bodapi.com/api/tiktok-data-api/v1/list-of-product-reviews?product_id=VALUE&region=VALUE" \
  -H "X-API-Token: YOUR_API_TOKEN" \
  -H "X-API-Secret: YOUR_API_SECRET"