Skip to main content
GET
/
api
/
Country
/
getAllCountries
Get all countries
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/Country/getAllCountries \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "countries": [
    {
      "countryCode": "<string>",
      "countryName": "<string>"
    }
  ]
}
Lists every country Return Helper supports. Country codes are returned in lowercase ISO3 (e.g. usa, gbr, chn) — use these exact values when populating toCountryCode or shipToCountry fields elsewhere in the API.

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