Skip to main content
GET
/
api
/
ResendStatus
/
getAllResendStatus
Get all resend statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/ResendStatus/getAllResendStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "resendStatusList": [
    {
      "resendStatusCode": "<string>",
      "resendStatus": "<string>",
      "resendStageDescription": "<string>"
    }
  ]
}
Lists every status a resend order can be in. Use this to translate resendStatusCode values returned by the resend endpoints into readable labels.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

resendStatusList
object[]

List of resend statuses