Authentication 👤

Emissions API uses a JWT token for bearer authentication. First of all, you need to have a carrier account on Deliverea's platform. The token expires in 3 hours. And you can use one of the following endpoints to obtain the JWT token:

  • Login: This method logins you into the platform and returns a JWT. The body expects a "email" and "password" value. Has rate limit.
  • Refresh Token This method can be used to refresh a token or obtain a new one using basic credentials or an already valid JWT token. Those basic credentials are only for deliverea's api. You can find your basic credentials under API integration section.
🚧

Always make sure to get the right pair of credentials!!