Request Access Token BrokerBasic
POST {{AuthServerUrl}}/auth/token?scope=truckstop
Requests authorization tokens to use for subsequent Rates requests, using the UserName and Password environment variables.
Populates the AccessToken and RefreshToken environment variables with the received tokens.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
scope | string |
Request Body
[{"name"=>"grant_type", "value"=>"password", "datatype"=>"string"}, {"name"=>"username", "value"=>"{{username}}", "datatype"=>"string"}, {"name"=>"password", "value"=>"{{password}}", "datatype"=>"string"}]