List Return Messages
Returns the conversation thread of an RMA request, newest first. Returned as a plain JSON array (no { data, meta } envelope). isAdmin distinguishes admin replies from customer messages; attachmentUrl is the public URL of an attached file (both null when there is no attachment).
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/rma/messages | GET |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
return_id | integer | yes | The RMA request whose messages to list. |
Permission
sales.rma.requests
TIP
See the Returns overview for the conversation flow.
All admin endpoints require an admin Bearer token — see Authentication.

