Each time the Dropbox Sign API is hit, whether it’s a GET or POST request, it counts as an API request. By default, you can make up to 100 requests per minute for standard API requests, and 25 requests per minute for higher tier API requests. In test mode, you can do 10 requests per minute. Exceptions can be made for customers with higher volumes. These limits pertain to the account level, not to the individual apps created under the specific account.
Higher tier API endpoints:
- signature_request/send
- signature_request/send_with_template (previously send_with_reusable_form (deprecated) )
- signature_request/create_embedded
- signature_request/create_embedded_with_template (previously create_embedded_with_reusable_form (deprecated) )
- signature_request/files
- signature_request/final_copy (deprecated)
- template/create_embedded_draft
- unclaimed_draft/create
- unclaimed_draft/create_embedded
- unclaimed_draft/create_embedded_with_template
- unclaimed_draft/edit_and_resend
Here’s a list of examples of the standard API endpoints:
- GET /account
- POST /account
- POST /account/create
- POST /account/verify
- GET /signature_request/[:signature_request_id]
- GET /signature_request/list
- POST /signature_request/remind/[:signature_request_id]
- POST /signature_request/cancel/[:signature_request_id]
- GET /reusable_form/[:reusable_form_id] (deprecated)
- GET /reusable_form/list (deprecated)
- POST /reusable_form/add_user/[:reusable_form_id] (deprecated)
- POST /reusable_form/remove_user/[:reusable_form_id] (deprecated)
- GET /template/[:template_id]
- GET /template/list
- POST /template/add_user/[:template_id]
- POST /template/remove_user/[:template_id]
- POST /template/delete/[:template_id]
- GET /template/files/[:template_id]
- GET /team
- POST /team/create
- POST /team
- POST /team/destroy
- POST /team/add_member
- POST /team/remove_member
- GET /embedded/sign_url/[:signature_id]
- GET /embedded/edit_url/[:template_id]
- GET /api_app/[:client_id]
- GET /api_app/list
- POST /api_app
- POST /api_app/[:client_id]
- DELETE /api_app/[:client_id]
Comments
0 comments
Article is closed for comments.