Skip to main content

Post a comment

POST 

https://api.powerapi.com/api/v2/reviews

This endpoint lets you reply to a given review.

Request

Responses

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
curl -L 'https://api.powerapi.com/api/v2/reviews' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"review_id": 34,
"parent_id": 1234,
"content": "Merci ❤️"
}'
Request Collapse all
Base URL
https://api.powerapi.com
Auth
Body required
{
  "review_id": 34,
  "parent_id": 1234,
  "content": "Merci ❤️"
}
ResponseClear

Click the Send API Request button above and see the response here!