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.
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 ishttps://{api.box.com}/2.0/sign_requests.
The following table lists the operations that you can perform on this endpoint.
| Operation | Endpoint | Description |
|---|---|---|
| GET | /sign_requests | List all signature requests. |
| GET | /sign_requests/:id | Get details of a specific signature request. |
| POST | /sign_requests | Create a signature request. |
| POST | /sign_requests/:id/resend | Resend a signature request. |
| POST | /sign_requests/:id/cancel | Cancel a signature request. |
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.
https://{api.box.com}/2.0/sign_templates.
The following table lists the operations that you can perform on this endpoint.
| Operation | Endpoint | Description |
|---|---|---|
| GET | /sign_templates | List all templates. |
| GET | /sign_templates/:id | Get details of a specific template. |
