The Dropbox Sign API uses rate limits to ensure the stability of the API to service the client request.
Any time a request is sent to the Dropbox Sign API, whether it’s a GET, PUT, DELETE, or POST request, it will count as an API request. The number of requests you can send per minute depends on the endpoint:
- Standard API endpoints: 100 requests per minute
- High tier API endpoints: 25 requests per minute
- Test mode: 10 requests per minute
Exceptions can be made on a case-by-case basis. These limits are at the account level, not at the individual app level.
High tier API endpoints:
- /signature_request/send
- /signature_request/send_with_template
- /signature_request/bulk_send_with_template
- /signature_request/create_embedded
- /signature_request/create_embedded_with_template
- /signature_request/bulk_create_embedded_with_template
- /signature_request/files
- /signature_request/files_as_data_uri
- /signature_request/files_as_file_url
- /template/files
- /template/files_as_data_uri
- /template/files_as_file_url
- /template/create_embedded_draft
- /unclaimed_draft/create
- /unclaimed_draft/create_embedded
- /unclaimed_draft/create_embedded_with_template
Standard API endpoints:
- GET /account
- PUT /account
- /account/create
- /account/verify
- GET /team
- PUT /team
- /team/info
- /team/members/{team_id}
- /team/sub_teams/{team_id}
- /team/create
- /team/destroy
- /team/add_member
- /team/remove_member
- /embedded/sign_url/{signature_id}
- /embedded/edit_url/{template_id}
- /api_app/{client_id}
- /api_app/list
- GET /api_app
- PUT /api_app
- DELETE /api_app
- /api_app/{client_id}
- /api_app/{client_id}
- /signature_request/{signature_request_id}
- /signature_request/list
- /signature_request/remind/{signature_request_id}
- /signature_request/cancel/{signature_request_id}
- /template/{template_id}
- /template/list
- /template/add_user/{template_id}
- /template/remove_user/{template_id}
- /template/delete/{template_id}
Comments
0 comments
Article is closed for comments.