Authentication
How to obtain a JWT Token
{
"access_token": "eyJhbGciOiJSUzI1NiIsImtpZCI...",
"token_type": "Bearer",
"expires_in": 3599,
"scope": "shipments.view"
}
How to use the JWT Token
Authorization header as the following:
Client Ref Number
ClientRefNum
value was passed in the AuthenticationData
object in the request body.
OAuth 2.0
Modified at 4 months ago