Each time the Hellosign API is hit, whether it’s a GET or POST request, it counts as an API request. Keep in mind that by default, you can make up to 2000 requests per hour for standard API requests, and 500 requests per hour for higher tier API requests.
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]
If you have any questions about specific endpoints or URIs, email us at apisupport@hellosign.com.
Comments
0 comments
Article is closed for comments.