我想使用Trustpilot API來回複評論。如何使用Trustpilot API回覆評論
我已經有一個access_token
,這是我的要求:
POST https://api.trustpilot.com/v1/private/reviews/{reviewId}/reply?message={myMessage}&token={myAccesToken}
但這一請求始終獲得一個400錯誤的請求響應。
在Trustpilot的API文檔中沒有關於這個說明。 https://developers.trustpilot.com/review-api#Reply給審查。
有人可以幫助我瞭解如何使用TrustPilot API回覆評論。
我已經試過這樣的請求:POST'https://api.trustpilot.com/v1/private/reviews/{reviewId }/reply?消息:「{myMessage}」&token = {myAccesToken}'也不起作用。你能否告訴我一個正確的回覆評論請求的例子。 – Stephane
消息:您指的是「{myMess age}」,它是一個JSON,並且與請求頭「application/json」一起提供......我建議您使用Google REST客戶端(https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo)並將快照發送到[email protected],我們會對其進行響應 –