100 000 calls per day per organization, starting from July 1st 2016

We want to offer to all our API users a stable, fast and good quality API service and due to this, starting from July 1st 2016 Severa API will have a limit of 100 000 calls per day per company.

If the limit is exceeded, Severa responds with an error stating too many requests. This quota gets reset when UTC day changes.

Starting from 28th of June

Each API call will return additional header in each API call.

Response will have "Quota"-header which tells daily quota and "UsedQuota"-header which includes used daily quota.

Here's example of returned response with quota information

http://schemas.xmlsoap.org/soap/envelope/">

   

      http://soap.severa.com/">100000

      http://soap.severa.com/">2

   

   

      http://soap.severa.com/">

         http://schemas.datacontract.org/2004/07/Severa.Entities.API" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>

     

   

Here's Visual Basic example how client can access these headers

Dim Quota As String = headers.GetHeader(Of String)("Quota", "http://soap.severa.com/")

Dim usedQuota As String = headers.GetHeader(Of String)("UsedQuota", "http://soap.severa.com/")

When quota has been reached S3 API starts to return any authenticated requests with fault exception

http://schemas.xmlsoap.org/soap/envelope/">

   

      http://soap.severa.com/">100

      http://soap.severa.com/">111

   

   

     

         s:Client

         Quota limit reached

         

            http://schemas.datacontract.org/2004/07/Severa.API" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">

               Quota limit

               



Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.