Skip to main content
GET
/
api
/
Country
/
getAllFromCountries
Get all from countries (origin countries)
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/Country/getAllFromCountries \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "countries": [
    {
      "countryCode": "<string>",
      "countryName": "<string>"
    }
  ]
}
Lists every country Return Helper supports as an origin (i.e. countries where a return can be physically picked up or dropped off). Codes are returned in lowercase ISO3; use these values for fromCountryCode and shipFromCountry fields.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

countries
object[]

List of origin countries