Sovos Docs

API limits

The Indirect Tax API uses limits to ensure fair and reliable access, maintain optimal performance, protect our infrastructure, and provide a consistent experience for all users.

The Indirect Tax API has both size limits and rate limits.

The size limit is five megabytes for API requests, and ten megabytes for API responses.

The rate limit applies only in the UAT environment. The rate limit policy consists of:

  • Rate limits are applied per developer email.

  • When the limit is reached, an HTTP 429 code is returned.

    Note:

    After reaching the limit, use exponential back-off to avoid reaching the limits repeatedly.

  • Endpoints can have different rate limits:

    MethodEndpointLimit
    POST/documents50 requests per hour
    POST/oauth/token300 requests per hour or 5 requests per minute
    GET POST/notifications600 requests per hour or 10 requests per minute
    POST/configurations120 requests per hour or 2 requests per minute
Note:

Sovos might change the API rate limits in the future. If you need us to change them temporarily for testing purposes, notify us beforehand.