Skip to main content
GET
/
api
/
FraudReason
/
getAllFraudReason
Get all fraud reasons
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/FraudReason/getAllFraudReason \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "fraudReasonList": [
    {
      "fraudReasonCode": "<string>",
      "fraudReasonDescription": "<string>"
    }
  ]
}
Lists fraud reason codes that may be flagged on a return request. Use this to translate fraudReasonCode values into human-readable explanations for support workflows.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

fraudReasonList
object[]

List of fraud reasons