Skip to main content
GET
/
api
/
ServiceType
/
getServiceType
Get service types by country and warehouse
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/ServiceType/getServiceType \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Query Parameters

codeList
string

Comma-separated service type codes

fromCountry
string

ISO3 origin country code

toCountry
string

ISO3 destination country code

Response

Success