cURL
curl --request POST \ --url https://api.loopreturns.com/api/v1/returns/{return_id}/fraud-report \ --header 'Content-Type: application/json' \ --header 'X-Authorization: <api-key>' \ --data '{ "category": "package-never-received", "comment": "This is a sample comment." }'
{ "category": "package-never-received", "comment": "This is a sample comment.", "created_at": "2024-10-25T16:44:47.038Z", "return_id": 23141, "id": 87 }
Attach a fraud report to a return.
The return's unique identifier.
Success
The response is of type object.
object