KuehneNagel API
Security
Authentication
Please use the HTTP header to pass authentication information to all endpoints. The header has the following format:
HTTP/1.1 401 Unauthorized
Authorization: UL <your_client_id>:<your_client_secret>
Details of how to obtain your Client ID and Client Secret can be found in the "Getting Started" section.
Unauthorised Access
If the Client ID and Client Secret are invalid the following HTTP Response will be returned.
Invalid client_id or client_secret