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: API Endpoint Error Code: TI-API-0404

API Endpoint Error Code: TI-API-0404

  • Scenario Error details Remediation steps
    Invalid path  
    {
    	"errors": [
    		{
    			"errorCode": "TI-API-0404",
    			"type": "ResourceNotFound",
    			"reason": "Invalid path",
    			"message": "No API endpoint ('<requested path>') found. See documentation of this API."
    		}
    	]
    }
    Correct the path of the API call according to the OpenAPI spec (https://api-portal.ti.com/ ) and then resubmit the request.

**Attention** This is a public forum