轉到DocuSign Developer Center - >Documentation並根據認證文件部分看到PDF標題爲「安全&設計要求」
從文件:
DocuSign has imposed a default 1,000 API call per hour limit for each account. This limit ensures resource availability for all account holders, while reducing the chances of a denial of service (DOS) attack. Exceeding this limit will result in your API calls receiving an exception for up to 60 minutes. However, the call limit is the default setting and not a service limitation. When evaluating your integration, if you feel the API call per hour limit will restrict your application’s usage based on anticipated volumes, please contact DocuSign to discuss further options. Additionally, your API certification review involves verifying that you do not exceed 1 status request per unique envelope per 15 minutes for polling compliance for the following methods:
SOAP API: RequestStatus, RequestStatusEx, RequestStatuses, RequestStatusesEx, RequestPDF and RequestDocumentPDFs.
REST API:GET /accounts/{accountId}/envelopes
根據認證文檔,這些是每個API的唯一受限制的端點。
可能的重複http://stackoverflow.com/questions/30904113/stringency-of-docusign-certification –
我是你鏈接的問題的作者。我認爲這是一個不同的問題,儘管API端點是相同的。合併問題會更糟。 –