Skip to main content
GET
/
returns
/
{returnId}
/
comments
List Return Comments
curl --request GET \
  --url https://api.getredo.com/v2.2/returns/{returnId}/comments
{
  "comments": [
    {
      "message": "Item is worn."
    }
  ]
}

Path Parameters

returnId
string
required

Return ID

Example:

"64e4d5e837572a4813b73e40"

Response

200 - application/json

Success

comments
(Image comment · object | Message comment · object)[]
required

Return comments.

Comment with either message or image.

Example:
{ "message": "Item is worn." }