# Throttling

To maintain an high quality of service Gsped applies some throttling rules for the API calls.

In the following table are reported the limits not to be overcome:

{% hint style="info" %}
**the limits refer to 5 minute intervals**
{% endhint %}

| Type of Call          | Call limit |
| --------------------- | :--------: |
| Shipment POST         |     300    |
| Shipment Confirm POST |     300    |
| Other calls POST      |     450    |
| DELETE calls          |     600    |
| GET Calls             |    1200    |

The overcoming of these limits leads to a 403-FORBIDDEN

For the tracking endpoint calls we suggest not to call more than once per hour for the single shipment; on average our systems query the systems of the couriers every 60 minutes.

It is possible to ask for the activation of webhooks in your systems to avoid pollings on Gsped.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.gsped.com/gsped-api-english-version/overview/throttling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
