# Throttling

Per mantenere alto il livello di servizio GSPED applica delle regole di throttling per le chiamate alle API.

Nella tabella seguente sono riportati i limiti da non superare.

{% hint style="info" %}
**I limiti si riferiscono a intervalli di 5 minuti**
{% endhint %}

| Tipo chiamata                           | Limite Chiamate |
| --------------------------------------- | :-------------: |
| Tutte le chiamate POST complessivamente |       450       |
| Shipment POST                           |       300       |
| Shipment Confirm POST                   |       300       |
| Chiamate DELETE                         |       600       |
| Chiamate GET                            |       1200      |

Superando questi limiti si otterranno dei 403 - FORBIDDEN

Per le chiamate all'endpoint del tracking si suggerisce di non chiamare piû di una volta all'ora per la singola spedizione considendo che in media i sistemi di Gsped interrogano i sistemi dei corrieri ogni 60 minuti.

Sempre a proposito del tracking è possibile richiedere l'attivazione di webhook verso i propri sistemi evitando di fare dei polling verso 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/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.
