Add the power of the Box AI API to your custom apps at Content Cloud Summit on May 15

Learn more and register!

API Basics

API Basics

Sign API

The Sign request endpoint is used to create and manage signature requests. You can create, resend, and cancel signature requests. You can also list all signature requests and get details of a specific signature request.

The endpoint is https://{api.box.com}/2.0/sign_requests. The following table lists the operations that you can perform on this endpoint.

OperationEndpointDescription
GET/sign_requestsList all signature requests.
GET/sign_requests/:idGet details of a specific signature request.
POST/sign_requestsCreate a signature request.
POST/sign_requests/:id/resendResend a signature request.
POST/sign_requests/:id/cancelCancel a signature request.

For full details on the request and response parameters, see the Sign request API reference.

Sign templates API

The Sign templates endpoint is used to list and get details of a template.

You can not create, edit, or delete templates using the API. These templates are exclusively managed in the Box web application.

The endpoint is https://{api.box.com}/2.0/sign_templates. The following table lists the operations that you can perform on this endpoint.

OperationEndpointDescription
GET/sign_templatesList all templates.
GET/sign_templates/:idGet details of a specific template.

For a full details on the request and response parameters, see the Sign template request API reference.