Post a comment
POSThttps://api.powerapi.com/api/v2/reviews
This endpoint lets you reply to a given review.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 500
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
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 ❤️"
}'
ResponseClear