cURL
curl --request GET \ --url https://api.getredo.com/v2.2/returns/{returnId}/comments
{ "comments": [ { "message": "Item is worn." } ] }
List return comments.
Return ID
"64e4d5e837572a4813b73e40"
Success
Return comments.
Comment with either message or image.
Show child attributes
Base64-encoded image
{ "message": "Item is worn." }
Was this page helpful?