Extensiv Create Authentication Token

Inputs

NameTypeDescription
client_idString3PL Central REST API Client ID (required).
client_secretString3PL Central REST API Client Secret (required).
user_loginStringOptional. User login name. Provide this or user_id.
user_idStringOptional. User ID. Provide this or user_login.
tplStringOptional. TPL GUID provided by 3PL Central.

Outputs

NameTypeDescription
successBooleanIndicates whether the token request succeeded without error.
access_tokenStringThe bearer token to use for authenticated API requests.
expires_inNumberLifetime of the token in seconds (typically 3600 = 1 hour).
token_typeStringType of the token returned (usually bearer).
errorStringError message if the token request failed.