Using all of API methods requires authentication. It is necessary to have a valid customer account on the Trans.eu Platform. The login and password will be used to obtain the token, which is mandatory to use the API methods.
Resources available in Trans.eu API are secured, which means that each request must be authorized and include access_token in request header.
This authorization method is no longer supported. For information method on how to obtain access_token please refer to authorization using JWT.
How to refresh Trans.eu API access_token using refresh_token.