Authentication

Envía.com uses Bearer Token authentication to authorize requests (both for Shipping and Queries API). Every request to the API must include the following header:

Authorization: Bearer <API Access Token>

Your API access token uniquely identifies your account and permissions. Without this token, requests to the API will not be authorized.


🔑 Getting Your API Keys

The process to obtain your API keys is the same for both production and test environments, but you must log in to the corresponding dashboard.

  1. If you need Production API keys:

  2. If you need Test (Sandbox) API keys:


💡 Important Notes

  • You will have different API keys for test and production environments.
  • Make sure you use the correct dashboard and base URL when generating and using your tokens.
  • Tokens from one environment will not work in the other.