Generate Bearer Token

To provision an Organization bearer token, an authorized user must log in to their portal and navigate to Settings > General > API keys via the user interface. Name and select an expiration date for your token. Once generated the token will be displayed once and once only so be sure to store this properly, you will not be able to retrieve it if lost and will need to generate another token.

In some cases you may need to provision a token for our Microservices. The current microservices available for this are location management, shipment, master data, data view, and organization services. To achieve this please use the token and point below. Note that this token will only work with supported microservices

HTTP Verb: GET
URI: /profile/users/token
Authentication: Bearer Token.

Example Response:

{
    "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJlbWFpbCI6InJlZ3Jlc3Npb25AZXhhbXBsZS5jb20iLCIxMC00L09yZ2FuaXphdGlvbklkIjoiMjAwNTc5NGEtYmNjNi00NzZiLWE0YzAtNGJjYzA1NWY2ZWUxIiwiMTAtNC9Pcmdhbml6YXRpb25OYW1lIjoiUmVncmVzc2lvbiBTaGlwcGVyIiwiMTAtNC9MZWdhY3lPcmdhbml6YXRpb25JZCI6IjMiLCJnaXZlbl9uYW1lIjoiRW1haWwiLCJmYW1pbHlfbmFtZSI6InRlc3QiLCIxMC00L0RlZmF1bHRBcHBsaWNhdGlvblJvbGVUeXBlIjoiU2hpcHBlciIsIjEwLTQvRmlsdGVyIjoiW10iLCJvaWQiOiI3MGZjNDRiMy0wMTg3LTQ4N2UtYjZhMC00NTM1MThlYmWJsZXZpc2liaWxpdHkudGVjaCIsImF1ZCI6Imh0dHBzOi8vZGV2ZWxvcC50cmltYmxldmlzaWJpbGl0eS50ZWNoIiwiZXhwIjoxNTU3ODI3NjQ5LCJuYmYiOjE1NTc3NzcyNDl9.FOk529ORcbtuI11SO_0GzcfhvtvZ9xXbKYjGeJUo_a42DRLst9d-acmz1Wb34x4D3MXFa5_eqyIaTdh67XgFSwWOGYQtE8gTDwfLWiCuCPP7iVE6b4vzavQt9P5p1R7qMiQEztZOKXeaQL9ExIQbUktYQS_xDJ3GwNWWUMLmGKcrPg406Ngk_kMEMNfUKjIOna1AGVLai4Oj3EdDhlVJkAi-Ima1GLt-Gd1nJHl7szxD3YBMH4lmbXlXuOgRPSAmWHUAAcaS0BUU12T4aqyuH2OlbJxosnyUUhtMhcLQ96GOHi1b3AYRnibtzjSoVUakFhuAytZAMKrlriJLtwxkqA"
}