【发布时间】:2016-07-29 17:09:39
【问题描述】:
我想使用 Trustpilot API 回复评论。
我已经有一个access_token,这是我的要求:
POST https://api.trustpilot.com/v1/private/reviews/{reviewId}/reply?message={myMessage}&token={myAccesToken}
但是这个请求总是得到 400 Bad Request 响应。
在 Trustpilot 的 API 文档中,没有关于此的规范。 https://developers.trustpilot.com/review-api#Reply 评论。
谁能帮助我了解如何使用 TrustPilot API 回复评论。
【问题讨论】:
标签: web-services api trustpilot