The Sign Request API allows you to use a predefined Box Sign template when creating a sign request. The template includes placeholders that are automatically populated with data when creating the request.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Template
Start with creating a Box Sign template that includestext, date,
and signature fields you will need for
you request.
See the template guides guide
for detailed instructions.
Get the Template ID
To send a sign request, you need to pass the ID of the template you want to use. List the templates to find thetemplate_id.
Create the sign request
Follow these steps to using a template:-
In the request body, provide the
template_id: -
Add the signer email addresses and roles:
-
Add the
prefill_tagsto populate the fields.Make sure the signer order is the same as the one displayed on the template. If the template hadsigner1first and thensigner2, thePOSTrequest must reflect the same order to assign the proper signers. -
Send the
POSTrequest. The response will be similar to the following:
