Authentication

  • api-key header has been replaced by an Autorization Token

  • Token is retrieved by using the call to /token endpoint

    • You authenticate with:

      • ClientId:ClientSecret - base64 encoded

      • UserName/Password - WMS user login

    • We authenticate users and connect the following claims towards the returning token:

      • UserId - WMS user id

      • Name - WMS user name (first + last)

      • Site - WMS site Id

      • Company - WMS company code

  • Token is to be used in every data request.