Part Number: TI-API
Hello.
I'm contacting you because there was a problem calling the API while conducting a test related to interface development.
The part I'm going to test now is the 'Backlog Order Create' part of the 'Order Management API', and the issue occurred as below.
First, we succeeded in getting the access token value by calling the API with client-id and client-secret.
URL : [POST] transact-pre.ti.com/.../accesstoken

However, if you call the API after putting access token in the Authorization header as follows, you will receive a 401 UnAuthorization related error.
URL : [POST] transact-pre.ti.com/.../orders


Even if I look up the response list of the API, I can't find any error codes or responses related to the above,
I would like to know if there is a solution to this or if there is a mistake.
Thank you.