Stannp | Direct Mail Marketing Platform
package icon
Choose the right postage when sending on the API Are you sending personal information, or marketing content? Before you send your mail, know the key difference between First-Class and USPS Marketing Mail. Read our blog to find out more.

Rate Limits

The Stannp API imposes rate limits to prevent misuse and mitigate potential instability caused by large bursts of incoming traffic. The majority of our API's allow up to 300 requests per minute. The specific allowances can be seen in the following three response headers which are returned with every request.

[GET]
https://api-us1.stannp.com/v1/users/me

Request Example

        curl "https://api-us1.stannp.com/v1/users/me" \
-u {API_KEY}:
    

Response Example

{
  "X-RateLimit-Limit": "200",
  "X-RateLimit-Remaining": "158",
  "X-RateLimit-Reset": "46",
  "...": "..."
}