Get comment replies
Comments
Get replies
Retrieve replies to a specific comment.
GET
Get comment replies
Request
Headers
| Header | Type | Description |
|---|---|---|
Authorization | string | Provide the customer token as Bearer <jwt>. |
x-shop-id | string | Identify the shop. |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
commentId | string | Yes | Parent comment identifier. |
Query parameters
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (default: 1). |
limit | integer | Replies per page (default: 5). |
Successful response
Error response
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
Comment identifier
Response
200
Replies retrieved successfully

