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.

TI-API: 429 Too Many Requests Error on Pricing And Inventory API

Part Number: TI-API

On both Postman and Mulesoft (our API and integration platform) I am getting this error and a 429 status code when making a request to transact.ti.com/.../catalog

{
    "errors": [
        {
            "errorCode""TI-API-0429",
            "type""Security",
            "reason""Too many requests",
            "message""Rate Limit Quota exceeded. Please reduce the rate of requests. If issue persists, please contact support (https://api-portal.ti.com/support)."
        }
    ]
}

All the information I can find suggests that this (pricing and inventory) API is not meant to have a rate limit, such as this post: e2e.ti.com/.../ti-api-how-to-solve-error-ti-api-0429
or this post
e2e.ti.com/.../api-rate-limiting-information-is-needed-for-three-api-s-for-our-account

Last week I was able to call this API and get a response, I haven't made any calls to it since then until today. Today all my requests have failed with the 429 error. I made 4 or 5 requests with maybe 5 minutes between each (I don't normally plan on making that many requests to this endpoint per day, I was just making sure the 429 error wasn't a fluke).


With Mulesoft I don't get return headers but with Postman I do. The Set-Cookie error looked like the only one that might help diagnose this but I won't put it in this ticket unless you specifically want it; in case it contains confidential data. There were no rate limit related return headers.

**Attention** This is a public forum