All available couriers

GET https://{{queries_url}}.envia.com/available-carrier/{{country_code}}/{{international}}

With this request you can get the current active couriers in Envia.com! Select the country you are shipping from and the type of shipment, if it's a domestic or international shipment.

country_code:

US, MX, CA, CO, for more visit the countries section.

international:

0 (Domestic)
1 (International)

RESPONSES

status: OK

{"data":[{"name":"fedex","country_code":"MX"},{"name":"dhl","country_code":"MX"},{"name":"redpack","country_code":"MX"},{"name":"sendex","country_code":"MX"},{"name":"noventa9Minutos","country_code":"MX"},{"name":"carssa","country_code":"MX"},{"name":"ups","country_code":"MX"},{"name":"estafeta","country_code":"MX"},{"name":"quiken","country_code":"MX"},{"name":"vencedor","country_code":"MX"}]}