This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TI-API: 安全错误代码:TI-API-0401

Part Number: TI-API
具体场景 错误详情 补救步骤
无效凭据  
{
	"errors": [
		{
			"errorCode": "TI-API-0401",
			"type": "Security",
			"reason": "Invalid Credentials",
			"message": "Invalid bearer token. Please contact your local IT support to verify authentication information. Once resolved, please resubmit request."
		}
	]
}
更正身份验证信息,重新创建bearer
token并重新提交请求。 

E2E原帖:e2e.ti.com/.../faq-ti-api-security-error-code-ti-api-0401