Obtain a new or refresh existing token

With REST APIs, there are two different API calls to get tokens. These will be the same for both authentication methods, Resource Owner Password for Proprietary systems and Authentication code flow for 3rd party TMS systems (more).

Depending on your setup, you will use the resource owner grant or authorization code grant type. If you are unsure how your credentials are configured, please email [email protected].

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Defaults to truckstop
Form Data
Headers
string
required
Defaults to basic MTIzOkFCQwo=


Basic base64 encoded clientID:clientSecret

Example:
Client ID: 123
Client Secret: ABC

123:ABC base64 encoded = MTIzOkFCQwo=

Resulting header:
Basic MTIzOkFCQwo=

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json