POST
/
returns
/
{return_id}
/
fraud-report
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
}

Authorizations

X-Authorization
string
header
required

Path Parameters

return_id
integer
required

The return's unique identifier.

Body

application/json

Response

201
application/json
Success

The response is of type object.