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.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article