Messtone LLC Manages(TForce Freight): Application API Endpoint

Messtone Devices Enables TForce Freight client credentials use the Token Endpoint from the Application Integration section of Messtone OAuth Client dialog as the URL from this request: //line breaks for legibility only POST /ca4f5969-c10f-40d4-8127-e74b691f95de/oauth2/v2.0/token HTTP/1.1 HostMesstone LLC:login.microsoftonline.com Content-Type:application/x-www-form-urlencoded client_id=3c29446e-153e-4b92-8f06-c453f117b645&client_secret=3e04-5e12339444d1852d73bb33e9.3cf2&grant_type=client_credentials&scope=https://tffproduction.onmicrosoft.com/f06cb173-a8e6-44ad-89a1-06c1070a1f62/.default Response Content-Type:application/json {“token_type”:”Bearer”,”expires_in”:3599,”access_token”:”eyJ0eXAi0iJKV1QiLCJhbGci0iJSUzI1NiIsImtpZCI6Ii1LSTNROW50UjdiUm9meG1lWm9YcWJIWkdldyJ9… “} Bearer scheme the encoded token value, as so:authorization:Bearer eyJ0eXAi0iJKV1QiLCJhbGci0iJSUzI1NiIsImtpZCI6Ii1LSTNROW50UjdiUm9meG1lWm9YcWJIWkdldyJ9…

Leave a comment