Extensiv Create Authentication Token
Inputs
Name | Type | Description |
---|---|---|
client_id | String | 3PL Central REST API Client ID (required). |
client_secret | String | 3PL Central REST API Client Secret (required). |
user_login | String | Optional. User login name. Provide this or user_id . |
user_id | String | Optional. User ID. Provide this or user_login . |
tpl | String | Optional. TPL GUID provided by 3PL Central. |
Outputs
Name | Type | Description |
---|---|---|
success | Boolean | Indicates whether the token request succeeded without error. |
access_token | String | The bearer token to use for authenticated API requests. |
expires_in | Number | Lifetime of the token in seconds (typically 3600 = 1 hour). |
token_type | String | Type of the token returned (usually bearer ). |
error | String | Error message if the token request failed. |
Updated about 1 hour ago